Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyan1214 committed Dec 19, 2023
1 parent aa57b67 commit a4b05f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pelicun/resources/auto/Hazus_Earthquake_Story.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ def auto_populate(AIM):
else:
ot = GI['OccupancyClass']

ReplacementCost = GI.get('ReplacementCost', None)
ReplacementTime = GI.get('ReplacementTime', None)
ReplacementCarbon = GI.get('ReplacementCarbon', None)
ReplacementEnergy = GI.get('ReplacementEnergy', None)
# population = GI.get('Population', 1.0)
plan_area = GI.get('PlanArea', 1.0)

rise = convert_story_rise(bt, stories)
Expand Down

0 comments on commit a4b05f9

Please sign in to comment.