Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/virtualship/instruments/argo_float.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ def simulate_argo_floats(
endtime=actual_endtime,
dt=DT,
output_file=out_file,
verbose_progress=False,
verbose_progress=True,
)
2 changes: 1 addition & 1 deletion src/virtualship/instruments/drifter.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def simulate_drifters(
endtime=actual_endtime,
dt=dt,
output_file=out_file,
verbose_progress=False,
verbose_progress=True,
)

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