Skip to content

Commit

Permalink
Raised EPS [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Simionato committed Feb 13, 2025
1 parent 605104b commit ca2d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
DIST_BINS = sqrscale(80, 1000, NUM_BINS)
MEA = 0
STD = 1
EPS = 0.2 * float(os.environ.get('OQ_SAMPLE_SITES', 1))
EPS = 0.5 * float(os.environ.get('OQ_SAMPLE_SITES', 1))
bymag = operator.attrgetter('mag')
# These coordinates were provided by M Gerstenberger (personal
# communication, 10 August 2018)
Expand Down

0 comments on commit ca2d3ef

Please sign in to comment.