bionc/protocols/biomechanical_model_segments.py

Summary

Maintainability
B
4 hrs
Test Coverage

GenericBiomechanicalModelSegments has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

class GenericBiomechanicalModelSegments(ABC):
    """
    This is an abstract base class that provides the basic structure and methods for all biomechanical models.
    It contains the segments and the joints of the model. The implemented methods are not specific to numpy or casadi.

Severity: Minor
Found in bionc/protocols/biomechanical_model_segments.py - About 2 hrs to fix

File biomechanical_model_segments.py has 256 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import numpy as np
from abc import ABC, abstractmethod
from casadi import MX
from typing import Any

Severity: Minor
Found in bionc/protocols/biomechanical_model_segments.py - About 2 hrs to fix

There are no issues that match your filters.

Category
Status