Skip to content

Commit

Permalink
fix_can20
Browse files Browse the repository at this point in the history
  • Loading branch information
CB-quakemodel committed Nov 14, 2024
1 parent ae64823 commit c4409c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/gsim/can20/can_shm6_active_crust.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class CanadaSHM6_ActiveCrust_ChiouYoungs2014(ChiouYoungs2014):
"""
#: Required site parameters are Vs30, Vs30 measured flag
#: and Z1.0.
REQUIRES_SITES_PARAMETERS = {'vs30', 'vs30measured'}
REQUIRES_SITES_PARAMETERS = {'vs30', 'vs30measured', 'z1pt0'}

def compute(self, ctx: np.recarray, imts, mean, sig, tau, phi):
"""
Expand Down

0 comments on commit c4409c4

Please sign in to comment.