Skip to content

Commit 4399482

Browse files
committed
yard can be treated as housing
1 parent c2f7b2f commit 4399482

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyincore/models/fragilitycurveset.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def calculate_damage_interval(
137137
("hurricane", "crane", 1): FragilityCurveSet._1ls_to_4ds,
138138
("hurricane", "equipment", 1): FragilityCurveSet._1ls_to_4ds,
139139
("hurricane", "tank", 1): FragilityCurveSet._1ls_to_4ds,
140-
("hurricane", "yard", 1): FragilityCurveSet._1ls_to_4ds,
141140
("hurricane", "electric_facility", 1): FragilityCurveSet._1ls_to_4ds,
142141
# 1 LS to 5 DS
143142
("hurricane", "road", 1): FragilityCurveSet._1ls_to_5ds,
@@ -417,8 +416,6 @@ def _initialize_limit_states(inventory_type):
417416
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
418417
elif inventory_type == "warehouse":
419418
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
420-
elif inventory_type == "yard":
421-
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
422419
elif inventory_type == "crane":
423420
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
424421
elif inventory_type == "equipment":

0 commit comments

Comments
 (0)