Skip to content

Commit 1b9f389

Browse files
committed
Remove outdated TODO
1 parent 67df94e commit 1b9f389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parcels/particleset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ def execute(
555555

556556
self._kernel.execute(self, endtime=next_time, dt=dt)
557557

558-
# TODO: Handle IO timing based of timedelta or datetime objects
559558
if next_output:
560559
if np.abs(next_time - next_output) < np.timedelta64(1000, "ns"):
561560
if output_file:

0 commit comments

Comments
 (0)