Skip to content

Commit

Permalink
Providing verbose progress for drifters and argo floats (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille authored Feb 19, 2025
1 parent 0d4466a commit c5a017e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c5a017e

Please sign in to comment.