Skip to content

Commit c5a017e

Browse files
Providing verbose progress for drifters and argo floats (#133)
1 parent 0d4466a commit c5a017e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/virtualship/instruments/argo_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ def simulate_argo_floats(
182182
endtime=actual_endtime,
183183
dt=DT,
184184
output_file=out_file,
185-
verbose_progress=False,
185+
verbose_progress=True,
186186
)

src/virtualship/instruments/drifter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def simulate_drifters(
9999
endtime=actual_endtime,
100100
dt=dt,
101101
output_file=out_file,
102-
verbose_progress=False,
102+
verbose_progress=True,
103103
)
104104

105105
# if there are more particles left than the number of drifters with an indefinite endtime, warn the user

0 commit comments

Comments
 (0)