examples/model_creation/two_side_lower_limbs.py

Summary

Maintainability
A
1 hr
Test Coverage

Function model_creation_from_measured_data has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def model_creation_from_measured_data(c3d_filename: str = "statref.c3d") -> BiomechanicalModel:
    """
    Create a model from a data file and we build the biomechanical model as a template using the marker names
    """

Severity: Minor
Found in examples/model_creation/two_side_lower_limbs.py - About 1 hr to fix

There are no issues that match your filters.

Category
Status