From 4c46c289c1a832d1160139064e9984dfa1f5ab97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 4 Nov 2024 13:28:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8A=20Raise=20fill=20ratio=20high=20th?= =?UTF-8?q?reshold,=20since=20Gelsenwasser=20reported=20106%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ddj_cloud/scrapers/talsperren/talsperren.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddj_cloud/scrapers/talsperren/talsperren.py b/ddj_cloud/scrapers/talsperren/talsperren.py index d5bb3f5..c80e08a 100644 --- a/ddj_cloud/scrapers/talsperren/talsperren.py +++ b/ddj_cloud/scrapers/talsperren/talsperren.py @@ -23,7 +23,7 @@ # Thresholds for fill percentage FILL_RATIO_THRESHOLD_LOW = 0.10 # 10% -FILL_RATIO_THRESHOLD_HIGH = 1.05 # 105% +FILL_RATIO_THRESHOLD_HIGH = 1.10 # 110% def _cleanup_old_data(df: pd.DataFrame) -> pd.DataFrame: