Skip to content

Commit

Permalink
Update _piece_wise_linear_dedrifted_integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksei authored Jan 29, 2025
1 parent 72646e3 commit b47d8a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import pandas as pd
from numpy.polynomial import polynomial
from scipy.integrate import cumtrapz
from scipy.integrate import cumulative_trapezoid

Check failure on line 8 in gaitmap_mad/gaitmap_mad/trajectory_reconstruction/position_methods/_piece_wise_linear_dedrifted_integration.py

View workflow job for this annotation

GitHub Actions / lint

Ruff (F401)

gaitmap_mad/gaitmap_mad/trajectory_reconstruction/position_methods/_piece_wise_linear_dedrifted_integration.py:8:29: F401 `scipy.integrate.cumulative_trapezoid` imported but unused
from scipy.interpolate import interp1d
from tpcp import cf
from typing_extensions import Self
Expand Down

0 comments on commit b47d8a7

Please sign in to comment.