Skip to content

Commit

Permalink
Increase refresh time on progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 13, 2024
1 parent 28aeeb0 commit fd4f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def rebin(
delayed_slab_saves.append(fname)

logging.info("Running computation!")
with ProgressBar():
with ProgressBar(dt=1):
delayed(delayed_slab_saves).compute(num_workers=num_workers)
return output_directory

Expand Down

0 comments on commit fd4f625

Please sign in to comment.