Skip to content

Commit

Permalink
solve return
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikpostt committed Sep 20, 2024
1 parent 42a134d commit 9e56388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paradigma/gait_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def extract_arm_swing_features(input_path: Union[str, Path], output_path: Union[
)

# determine the extrema (minima and maxima) of the angle signal
df_windowed['angle_extrema_values'] = extract_angle_extremes(
extract_angle_extremes(
df=df_windowed,
angle_colname=config.angle_smooth_colname,
dominant_frequency_colname='angle_dominant_frequency',
Expand Down

0 comments on commit 9e56388

Please sign in to comment.