We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4466a commit c5a017eCopy full SHA for c5a017e
src/virtualship/instruments/argo_float.py
@@ -182,5 +182,5 @@ def simulate_argo_floats(
182
endtime=actual_endtime,
183
dt=DT,
184
output_file=out_file,
185
- verbose_progress=False,
+ verbose_progress=True,
186
)
src/virtualship/instruments/drifter.py
@@ -99,7 +99,7 @@ def simulate_drifters(
99
100
dt=dt,
101
102
103
104
105
# if there are more particles left than the number of drifters with an indefinite endtime, warn the user
0 commit comments