Skip to content

Commit

Permalink
Use long-term averages for runner simulation ETAs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Feb 2, 2024
1 parent 1aaa051 commit da63bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sem/manager.py
Expand Up @@ -350,6 +350,7 @@ def run_simulations(self, param_list, show_progress=True, callbacks: list = [],
if show_progress:
result_generator = tqdm(results, total=len(param_list),
unit='simulation',
smoothing=0,
desc='Running simulations')
else:
result_generator = results
Expand Down

0 comments on commit da63bc5

Please sign in to comment.