zincware/MDSuite

View on GitHub
mdsuite/calculators/angular_distribution_function.py

Summary

Maintainability
C
1 day
Test Coverage

File angular_distribution_function.py has 495 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""
MDSuite: A Zincwarecode package.

License
-------
Severity: Minor
Found in mdsuite/calculators/angular_distribution_function.py - About 7 hrs to fix

    Function __call__ has 14 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __call__(
    Severity: Major
    Found in mdsuite/calculators/angular_distribution_function.py - About 1 hr to fix

      Function _compute_number_of_atoms has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
      Open

          def _compute_number_of_atoms(self, reference: dict):
              """
              Compute the number of atoms total in the selected set of species.
      
              Parameters
      Severity: Minor
      Found in mdsuite/calculators/angular_distribution_function.py - About 45 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function check_input has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def check_input(self):
              """
              Check the inputs and set defaults if necessary.
      
              Returns
      Severity: Minor
      Found in mdsuite/calculators/angular_distribution_function.py - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function _prepare_data_structure has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          def _prepare_data_structure(self):
              """
              Prepare variables and dicts for the analysis.
      
              Returns
      Severity: Minor
      Found in mdsuite/calculators/angular_distribution_function.py - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      There are no issues that match your filters.

      Category
      Status