Skip to content

Commit

Permalink
Merge branch 'update-scen-run'
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Sep 22, 2023
2 parents 7825d3d + 2332882 commit 84929ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpvsim/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ def print_heading(string):
print('Running in debug mode (not parallelized)')
for scenkey,scen_sims in scen_sims_dict.items():
for i in range(len(scen_sims)):
scen_sims[i] = single_run(scen_sims[i], **run_args, **kwargs) # Ensure it has correct length -- WARNING, kludgy
scen_sims[i] = single_run(scen_sims[i], **run_args, **kwargs) # Run a single sim
else:
all_sims = []
for sim_list in scen_sims_dict.values():
Expand Down

0 comments on commit 84929ff

Please sign in to comment.