Skip to content

Commit 6ef2d41

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bea5ad8 commit 6ef2d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 # s in a day
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)