删除env.local;新增漏损区域识别功能

This commit is contained in:
2026-02-27 17:37:39 +08:00
parent df76e40b0a
commit 5566172e26
6 changed files with 628 additions and 23 deletions
+2
View File
@@ -15,6 +15,7 @@ from app.services.simulation_ops import (
scheduling_simulation,
daily_scheduling_simulation,
)
from app.services.leakage_identifier import run_leakage_identification
__all__ = [
"network_update",
@@ -31,4 +32,5 @@ __all__ = [
"scheduling_simulation",
"daily_scheduling_simulation",
"analyze_valve_isolation",
"run_leakage_identification",
]