From abda528ebddce89273f9067fd49faefc4c3cc163 Mon Sep 17 00:00:00 2001 From: Markus Pichler Date: Sun, 8 Dec 2024 22:59:14 +0100 Subject: [PATCH] fix: fixed automatic code formatting error in Design rainfall class --- ehyd_tools/design_rainfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehyd_tools/design_rainfall.py b/ehyd_tools/design_rainfall.py index 156354d..3151f0f 100644 --- a/ehyd_tools/design_rainfall.py +++ b/ehyd_tools/design_rainfall.py @@ -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