Skip to content

Commit

Permalink
Update refs to compute_time_derivative
Browse files Browse the repository at this point in the history
  • Loading branch information
lochhh committed Sep 17, 2024
1 parent 2582646 commit bd317e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions movement/analysis/kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd317e6

Please sign in to comment.