We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67df94e commit 1b9f389Copy full SHA for 1b9f389
parcels/particleset.py
@@ -555,7 +555,6 @@ def execute(
555
556
self._kernel.execute(self, endtime=next_time, dt=dt)
557
558
- # TODO: Handle IO timing based of timedelta or datetime objects
559
if next_output:
560
if np.abs(next_time - next_output) < np.timedelta64(1000, "ns"):
561
if output_file:
0 commit comments