From 568c824b346b0ea2d3a6dcb512f3d9479c7dec4f Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Wed, 8 Oct 2025 13:41:35 +0700 Subject: [PATCH] fix --- src/calculation_time_constrains/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calculation_time_constrains/utils.py b/src/calculation_time_constrains/utils.py index 2940b09..c2be133 100644 --- a/src/calculation_time_constrains/utils.py +++ b/src/calculation_time_constrains/utils.py @@ -132,7 +132,8 @@ async def plant_simulation_metrics(simulation_id: str, location_tag: str, max_in monthly_data = analyze_monthly_metrics(time_series, last_oh_date) return monthly_data -def analyze_monthly_metrics(timestamp_outs, start_date, max_flow_rate: float = 600): + +def analyze_monthly_metrics(timestamp_outs, start_date, max_flow_rate: float = 550): if not timestamp_outs: return {}