Skip to content

Commit

Permalink
Bugfix #1722
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Oct 7, 2024
1 parent 5fff42c commit 3f2535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parcels/particleset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def execute(
next_output = starttime + dt
else:
next_output = np.inf * np.sign(dt)
next_callback = starttime * np.sign(dt)
next_callback = starttime + callbackdt * np.sign(dt)

tol = 1e-12
time = starttime
Expand Down

0 comments on commit 3f2535b

Please sign in to comment.