ihavalyova/DiAtomic

View on GitHub
diatomic/diatomic_data.py

Summary

Maintainability
B
5 hrs
Test Coverage

File diatomic_data.py has 444 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

from re import compile as _compile, search as _search, findall as _findall
from collections import OrderedDict
import numpy as np

from .data.atomic_database import AtomicDatabase
Severity: Minor
Found in diatomic/diatomic_data.py - About 6 hrs to fix

    Function set_data_parameters has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
    Open

        def set_data_parameters(self, fname):
            """Set the input data parameters
    
            Args:
                fname (str): The name of the file containing the values
    Severity: Minor
    Found in diatomic/diatomic_data.py - About 1 hr 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 __init__ has 12 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(self, nstate, Js=None, Je=None, Jvalues=None, symmetry=(0,),
    Severity: Major
    Found in diatomic/diatomic_data.py - About 1 hr to fix

      Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def __init__(self, model, filep, rotc=0.0, shift_by=0.0, cfunc=None):
      Severity: Minor
      Found in diatomic/diatomic_data.py - About 45 mins to fix

        Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(self, molecule, masses=None, niso=None, refj=None, ref_enr=None):
        Severity: Minor
        Found in diatomic/diatomic_data.py - About 35 mins to fix

          Function __init__ has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
          Open

              def __init__(self, molecule, masses=None, niso=None, refj=None, ref_enr=None):
          
                  self.molecule = molecule
                  self.masses = None
                  self.atomic_db = []
          Severity: Minor
          Found in diatomic/diatomic_data.py - About 35 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