We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f7b2f commit 4399482Copy full SHA for 4399482
pyincore/models/fragilitycurveset.py
@@ -137,7 +137,6 @@ def calculate_damage_interval(
137
("hurricane", "crane", 1): FragilityCurveSet._1ls_to_4ds,
138
("hurricane", "equipment", 1): FragilityCurveSet._1ls_to_4ds,
139
("hurricane", "tank", 1): FragilityCurveSet._1ls_to_4ds,
140
- ("hurricane", "yard", 1): FragilityCurveSet._1ls_to_4ds,
141
("hurricane", "electric_facility", 1): FragilityCurveSet._1ls_to_4ds,
142
# 1 LS to 5 DS
143
("hurricane", "road", 1): FragilityCurveSet._1ls_to_5ds,
@@ -417,8 +416,6 @@ def _initialize_limit_states(inventory_type):
417
416
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
418
elif inventory_type == "warehouse":
419
420
- elif inventory_type == "yard":
421
- output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
422
elif inventory_type == "crane":
423
424
elif inventory_type == "equipment":
0 commit comments