Skip to content

Commit

Permalink
using var
Browse files Browse the repository at this point in the history
  • Loading branch information
CB-quakemodel committed Nov 9, 2024
1 parent a240a84 commit e9ad8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/hazardlib/gsim/parker_2020.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _get_sigma_mu_adjustment(region, trt, imt, epi_adjs_table):
e_reg = region

# Get values from table for region and trt
adjs = epi_adjs_table.set_index('Region').loc[region]
adjs = epi_adjs_table.set_index('Region').loc[e_reg]
if trt == const.TRT.SUBDUCTION_INTERFACE:
add = 'interface'
else:
Expand Down

0 comments on commit e9ad8cd

Please sign in to comment.