Skip to content

Commit

Permalink
numpy is missing in the example (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaneill committed Jun 7, 2024
1 parent fcb9d59 commit eabdf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The scope of the Clouddrift library includes:

*Example*: The following example illustrates how to combine two functions from the Clouddrift library in order to calculate Lagrangian velocities from ragged arrays of Cartesian positions and times that share row sizes 2, 3, and 4:
```
import numpy as np
from clouddrift.kinematics import velocity_from_position
from clouddrift.ragged import apply_ragged
Expand Down

0 comments on commit eabdf10

Please sign in to comment.