Skip to content

Commit

Permalink
yard can be treated as housing
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Jul 16, 2024
1 parent c2f7b2f commit 4399482
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyincore/models/fragilitycurveset.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def calculate_damage_interval(
("hurricane", "crane", 1): FragilityCurveSet._1ls_to_4ds,
("hurricane", "equipment", 1): FragilityCurveSet._1ls_to_4ds,
("hurricane", "tank", 1): FragilityCurveSet._1ls_to_4ds,
("hurricane", "yard", 1): FragilityCurveSet._1ls_to_4ds,
("hurricane", "electric_facility", 1): FragilityCurveSet._1ls_to_4ds,
# 1 LS to 5 DS
("hurricane", "road", 1): FragilityCurveSet._1ls_to_5ds,
Expand Down Expand Up @@ -417,8 +416,6 @@ def _initialize_limit_states(inventory_type):
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
elif inventory_type == "warehouse":
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
elif inventory_type == "yard":
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
elif inventory_type == "crane":
output = {"LS_0": 0.0, "LS_1": 0.0, "LS_2": 0.0}
elif inventory_type == "equipment":
Expand Down

0 comments on commit 4399482

Please sign in to comment.