From 13e2326ce85dbe8ea48e6d0d56f9d94390e18276 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Mon, 4 Nov 2024 10:55:22 +0100 Subject: [PATCH] make pre-commit happy --- movement/kinematics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/kinematics.py b/movement/kinematics.py index 6d4c7c50..12e1514f 100644 --- a/movement/kinematics.py +++ b/movement/kinematics.py @@ -789,7 +789,7 @@ def compute_path_length( f"Invalid value for nan_policy: {nan_policy}. " "Must be one of 'ffill' or 'scale'.", ) - + def _warn_about_nan_proportion( data: xr.DataArray, nan_warn_threshold: float