Skip to content

Commit 559f37a

Browse files
committed
Update vector interp template
1 parent d55bdfb commit 559f37a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

parcels/field.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ class VectorField:
343343
def _vector_interp_template(
344344
self,
345345
ti: int,
346-
ei: int,
347-
bcoords: np.ndarray,
346+
position: dict[str, tuple[int, float | np.ndarray]],
347+
tau: np.float32 | np.float64,
348348
t: np.float32 | np.float64,
349349
z: np.float32 | np.float64,
350350
y: np.float32 | np.float64,

0 commit comments

Comments
 (0)