Skip to content

Commit

Permalink
Update experimenter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed May 2, 2024
1 parent b3d5c8a commit a02ba93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swmmanywhere/paper/experimenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def process_parameters(jobid: int,
if grp not in overrides:
overrides[grp] = {}
overrides[grp][param] = val
logger.info(f"Setting {grp} {param} to {val}")
config['parameter_overrides'].update(overrides)

# Run the model
Expand Down

0 comments on commit a02ba93

Please sign in to comment.