examples/model_creation/right_side_lower_limb.py

Summary

Maintainability
B
4 hrs
Test Coverage

File right_side_lower_limb.py has 299 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import os
from pathlib import Path

import ezc3d
import numpy as np
Severity: Minor
Found in examples/model_creation/right_side_lower_limb.py - About 3 hrs to fix

Function model_creation_from_measured_data has 29 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/right_side_lower_limb.py - About 1 hr to fix

There are no issues that match your filters.

Category
Status