From 1b325ad65a2b85ba59738c16fdc9239c4bd88269 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Mon, 25 Aug 2025 13:35:06 +0700 Subject: [PATCH] fix typo --- src/aeros_simulation/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeros_simulation/utils.py b/src/aeros_simulation/utils.py index e272187..e6fd9bf 100644 --- a/src/aeros_simulation/utils.py +++ b/src/aeros_simulation/utils.py @@ -3,7 +3,7 @@ def calculate_eaf( period_hours: float, actual_production: float, ideal_production: float - ) -> Dict[str, float]: + ): """ Calculate EAF using the time-based method from PLN document EAF = [AH - (EFDH + EMDH + EPDH + ESEDH)] / PH × 100%