From bd317e6aa4c2f1529d8f40299b6d27ef96fb2342 Mon Sep 17 00:00:00 2001 From: lochhh Date: Tue, 17 Sep 2024 14:08:13 +0100 Subject: [PATCH] Update refs to `compute_time_derivative` --- movement/analysis/kinematics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/movement/analysis/kinematics.py b/movement/analysis/kinematics.py index ea843ea1a..af706f99f 100644 --- a/movement/analysis/kinematics.py +++ b/movement/analysis/kinematics.py @@ -79,7 +79,7 @@ def compute_velocity(data: xr.DataArray) -> xr.DataArray: See Also -------- - :meth:`xarray.DataArray.differentiate` : The underlying method used. + compute_time_derivative : The underlying method used. """ # validate only presence of Cartesian space dimension @@ -119,7 +119,7 @@ def compute_acceleration(data: xr.DataArray) -> xr.DataArray: See Also -------- - :meth:`xarray.DataArray.differentiate` : The underlying method used. + compute_time_derivative : The underlying method used. """ # validate only presence of Cartesian space dimension