Skip to content

Commit

Permalink
🔀 Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 4, 2024
2 parents fe21346 + 4c46c28 commit 1ea9e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddj_cloud/scrapers/talsperren/talsperren.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ea9e87

Please sign in to comment.