Skip to content

Commit 12efd87

Browse files
Update tests/v4/test_particleset_execute.py
Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent 6da3dc0 commit 12efd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v4/test_particleset_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def FieldAccessOutsideTime(particle, fieldset, time): # pragma: no cover
156156

157157
with pytest.raises(TimeExtrapolationError):
158158
pset.execute(FieldAccessOutsideTime, runtime=np.timedelta64(400, "D"), dt=np.timedelta64(10, "D"))
159-
159+
def test_raise_grid_searching_error(): ...
160160

161161
def test_errorinterpolation(fieldset):
162162
def NaNInterpolator(field, ti, position, tau, t, z, y, x): # pragma: no cover

0 commit comments

Comments
 (0)