Skip to content

Commit 1b6fe29

Browse files
Adding placeholders for tests raising general_error
1 parent c6aa8f4 commit 1b6fe29

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/v4/test_particleset_execute.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,14 @@ 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+
160+
159161
def test_raise_grid_searching_error(): ...
160162

163+
164+
def test_raise_general_error(): ...
165+
166+
161167
def test_errorinterpolation(fieldset):
162168
def NaNInterpolator(field, ti, position, tau, t, z, y, x): # pragma: no cover
163169
return np.nan * np.zeros_like(x)

0 commit comments

Comments
 (0)