Skip to content

Commit

Permalink
fix wrong function call in driftvelocity_point! (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrof authored May 8, 2024
1 parent 29daeb2 commit ebed487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submodules/Analysis/drift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function driftvelocity_point!(
normalize=false,
) where D
gdf = groupby(adf, :id)
driftvelocity_direction!(gdf, target; pos_key, vel_key, normalize)
driftvelocity_point!(gdf, target; pos_key, vel_key, normalize)
end
function driftvelocity_point!(
gdf::GroupedDataFrame,
Expand Down

0 comments on commit ebed487

Please sign in to comment.