Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snaeimi committed Jan 8, 2025
1 parent 54562a0 commit e0c2a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelicun/resources/auto/Hazus_Earthquake_IM.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ def auto_populate(aim): # noqa: C901

# Define performance model
# fmt: off
circuit_type = f'EP.C.{ep_s_size}.{ep_c_anchored}'
circuit_type = f'EP.C.{ep_c_anchored}'
comp = pd.DataFrame(
{circuit_type: ['ea', 1, 1, 1, 'N/A']},
index=['Units', 'Location', 'Direction', 'Theta_0', 'Family']
Expand Down

0 comments on commit e0c2a5d

Please sign in to comment.