Skip to content

Commit 0ef747e

Browse files
Set time to timedelta
1 parent 02e57bb commit 0ef747e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v4/test_particleset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_uxstommelgyre_pset_execute(verbose_progress):
4747
lon=[30.0],
4848
lat=[5.0],
4949
depth=[50.0],
50-
time=[0.0],
50+
time=[timedelta(seconds=0.0)],
5151
pclass=Particle,
5252
)
5353
pset.execute(

0 commit comments

Comments
 (0)