Skip to content

Commit 47c9ae6

Browse files
Fixing timestep in unit test
1 parent 0a8d593 commit 47c9ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interpolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def DeleteParticle(particle, fieldset, time):
166166
particle.delete()
167167

168168
for pset in [pset_scipy, pset_jit]:
169-
pset.execute([AdvectionRK4_3D, DeleteParticle], runtime=4e-3, dt=1e-3)
169+
pset.execute([AdvectionRK4_3D, DeleteParticle], runtime=4, dt=1)
170170

171171
tol = 1e-6
172172
for i in range(len(pset_scipy)):

0 commit comments

Comments
 (0)