ulikoehler/UliEngineering

View on GitHub
UliEngineering/Utils/Date.py

Summary

Maintainability
A
3 hrs
Test Coverage

File Date.py has 253 lines of code (exceeds 250 allowed). Consider refactoring.
Open

#!/usr/bin/env python3
from collections import namedtuple
from calendar import monthrange
import numpy as np
from datetime import datetime
Severity: Minor
Found in UliEngineering/Utils/Date.py - About 2 hrs to fix

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

    def generate_datetime_filename(label="data", extension="csv", postfix=None, fractional=True, dt=None):
    Severity: Minor
    Found in UliEngineering/Utils/Date.py - About 35 mins to fix

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

      def yield_seconds_on_day(year=2022, month=6, day=15, tz=None):
          """
          For each second on the given day in the given timezone,
          yield a Python datetime object representing this timestamp.
      
      
      Severity: Minor
      Found in UliEngineering/Utils/Date.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