Skip to content

Commit

Permalink
Increased F-weight [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Simionato committed Feb 14, 2025
1 parent f816172 commit 8075408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openquake/hazardlib/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,8 @@ def estimate_weight(self, src, srcfilter, multiplier=1):
weight *= 2
elif src.code == b'N': # increase weight in MEX and SAM
weight *= 5.
elif src.code == b'N': # increase weight in USA
weight *= 2.
return max(weight, eps), int(esites)

def set_weight(self, sources, srcfilter, multiplier=1):
Expand Down

0 comments on commit 8075408

Please sign in to comment.