Skip to content

Commit

Permalink
Update experimenter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Apr 30, 2024
1 parent f073eaf commit ceb7c7d
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 @@ -137,6 +137,7 @@ def process_parameters(jobid: int,
df = pd.DataFrame(X)
gb = df.groupby('iter')
n_iter = len(gb)
logger.info(f"{n_iter} samples created")
flooding_results = {}
nproc = nproc if nproc is not None else n_iter

Expand Down

0 comments on commit ceb7c7d

Please sign in to comment.