Maddonix/ukw-intelli-store

View on GitHub

Showing 3 of 3 total issues

File endomaterial.py has 391 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import pandas as pd
import numpy as np
from typing import List, Union
from datetime import date
from datetime import datetime as dt
Severity: Minor
Found in src/ukw_intelli_store/endomaterial.py - About 5 hrs to fix

    Function exec_in_env has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

    def exec_in_env():
        env_path = join(base_path, ".tox", "bootstrap")
        if sys.platform == "win32":
            bin_path = join(env_path, "Scripts")
        else:
    Severity: Minor
    Found in ci/bootstrap.py - About 55 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 make_features has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

        def make_features(self):
            """
            Merges imd data into material dataframe: For each material ID a column is added. Additionally the price_total column is added.
            """
            mat_ids = list(self.mat_info.keys())
    Severity: Minor
    Found in src/ukw_intelli_store/endomaterial.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

    Severity
    Category
    Status
    Source
    Language