Skip to content

Commit

Permalink
Ensure nan report is printed
Browse files Browse the repository at this point in the history
Co-authored-by: Chang Huan Lo <[email protected]>
  • Loading branch information
niksirbi and lochhh authored Oct 31, 2024
1 parent 74c7853 commit 4cb449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/analysis/kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def _warn_about_nan_proportion(
"missing values. The following tracks have more than "
f"{nan_warn_threshold * 100:.3} %) NaN values:",
)
report_nan_values(data_to_warn_about)
print(report_nan_values(data_to_warn_about))


def _compute_scaled_path_length(
Expand Down

0 comments on commit 4cb449b

Please sign in to comment.