Skip to content

Commit

Permalink
Doubled blocksize in event_based [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Aug 1, 2024
1 parent 0dbb2d7 commit de5a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/calculators/event_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def event_based(proxies, cmaker, stations, dstore, monitor):
dset = dstore['rupgeoms']
for proxy in proxies:
proxy.geom = dset[proxy['geom_id']]
for block in block_splitter(proxies, 10_000, rup_weight):
for block in block_splitter(proxies, 20_000, rup_weight):
yield _event_based(block, cmaker, stations, srcfilter,
monitor.shared, fmon, cmon, umon, mmon)

Expand Down

0 comments on commit de5a19b

Please sign in to comment.