Skip to content

Commit

Permalink
fix: fixed automatic code formatting error in Design rainfall class
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPic committed Dec 8, 2024
1 parent 610181b commit abda528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehyd_tools/design_rainfall.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def table(self):
# df = df.dropna(axis=0, how='all')

# convert string column names to integers
df.columns = df.columns.str.replace('min', '').astype(int)
df.columns = df.columns.str.replace('T', '').astype(int)
# df.columns.name = 'Jährlichkeit'
df.columns.name = INDICES.RETURN_PERIOD

Expand Down

0 comments on commit abda528

Please sign in to comment.