bionc/bionc_numpy/natural_marker.py

Summary

Maintainability
B
6 hrs
Test Coverage

File natural_marker.py has 353 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from typing import Callable

import numpy as np

from .biomechanical_model import BiomechanicalModel
Severity: Minor
Found in bionc/bionc_numpy/natural_marker.py - About 4 hrs to fix

Function from_data has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def from_data(
Severity: Major
Found in bionc/bionc_numpy/natural_marker.py - About 1 hr to fix

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

    def from_data(
Severity: Minor
Found in bionc/bionc_numpy/natural_marker.py - About 45 mins to fix

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

    def __init__(
Severity: Minor
Found in bionc/bionc_numpy/natural_marker.py - About 35 mins to fix

There are no issues that match your filters.

Category
Status