Skip to content

Commit

Permalink
ruff try num 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyan1214 committed Sep 13, 2024
1 parent 2320235 commit 03cf289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class HAZUS_cao_peterson_2006(capacity_model_base):
""" # noqa: D414

def __init__(self, general_info, dD=0.001): # noqa: N803
# HAZUS capacity data: Table 5-7 to Tabl 5-10 in HAZUS 5.1
# HAZUS capacity data: Table 5-7 to Table 5-10 in HAZUS 5.1
self.capacity_data = dict() # noqa: C408
self.capacity_data['HC'] = pd.read_csv(
os.path.join( # noqa: PTH118
Expand Down

0 comments on commit 03cf289

Please sign in to comment.