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 77fd66f commit 1cfc3e1Copy full SHA for 1cfc3e1
parcels/_core/particleset.py
@@ -567,9 +567,7 @@ def execute(
567
next_output += outputdt
568
569
if verbose_progress:
570
- if isinstance(time, np.datetime64) or isinstance(time, np.timedelta64):
571
- pbar.set_description("Integration time: " + str(time))
572
-
+ pbar.set_description("Integration time: " + str(time))
573
pbar.update((next_time - time) / np.timedelta64(1, "s"))
574
575
time = next_time
0 commit comments