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 c5df886 commit 603da33Copy full SHA for 603da33
parcels/particleset.py
@@ -625,7 +625,7 @@ def _get_simulation_start_and_end_times(
625
"provided endtime, or change your release timing."
626
"Important info:\n"
627
f" First particle release: {first_release_time!r}\n"
628
- f" {runtime=!r}\n"
+ f" runtime: {runtime!r}\n"
629
f" (calculated) endtime: {endtime!r}"
630
)
631
raise ValueError(msg)
0 commit comments