Kev1CO/cocofest

View on GitHub
cocofest/optimization/fes_identification_ocp.py

Summary

Maintainability
C
1 day
Test Coverage

File fes_identification_ocp.py has 344 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import numpy as np

from bioptim import (
    BoundsList,
    ConstraintList,
Severity: Minor
Found in cocofest/optimization/fes_identification_ocp.py - About 4 hrs to fix

    Function prepare_ocp has 13 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def prepare_ocp(
    Severity: Major
    Found in cocofest/optimization/fes_identification_ocp.py - About 1 hr to fix

      Function _sanity_check_id has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
      Open

          def _sanity_check_id(
              model=None,
              n_shooting=None,
              final_time_phase=None,
              force_tracking=None,
      Severity: Minor
      Found in cocofest/optimization/fes_identification_ocp.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 _set_parameters has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def _set_parameters(
      Severity: Major
      Found in cocofest/optimization/fes_identification_ocp.py - About 50 mins to fix

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

            def _set_objective(model, n_stim, n_shooting, force_tracking, custom_objective, **kwargs):
        Severity: Minor
        Found in cocofest/optimization/fes_identification_ocp.py - About 45 mins to fix

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

              def _sanity_check_id(
          Severity: Minor
          Found in cocofest/optimization/fes_identification_ocp.py - About 35 mins to fix

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

                def _set_bounds(model=None, n_stim=None, n_shooting=None, force_tracking=None, discontinuity_in_ocp=None):
            Severity: Minor
            Found in cocofest/optimization/fes_identification_ocp.py - About 35 mins to fix

              There are no issues that match your filters.

              Category
              Status