Skip to content

Commit bea5ad8

Browse files
Update tests/test_particlefile.py
Co-authored-by: Nick Hodgskin <[email protected]>
1 parent ef12d26 commit bea5ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_particlefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_pfile_array_remove_particles(fieldset, tmp_zarrfile):
100100
pset._data["time"][:] = 0
101101
pfile.write(pset, time=fieldset.time_interval.left)
102102
pset.remove_indices(3)
103-
new_time = 86400
103+
new_time = 86400 # s in a day
104104
pset._data["time"][:] = new_time
105105
pfile.write(pset, new_time)
106106
ds = xr.open_zarr(tmp_zarrfile)

0 commit comments

Comments
 (0)