拆分online_Analysis.py文件

This commit is contained in:
2026-01-26 17:22:06 +08:00
parent f3665798b7
commit 7c9667822f
10 changed files with 1597 additions and 1573 deletions

View File

@@ -8,7 +8,7 @@ from app.services.tjnetwork import (
run_inp,
dump_output,
)
from app.algorithms.online_Analysis import (
from app.algorithms.simulations import (
burst_analysis,
valve_close_analysis,
flushing_analysis,
@@ -16,13 +16,13 @@ from app.algorithms.online_Analysis import (
age_analysis,
# scheduling_analysis,
pressure_regulation,
project_management,
# daily_scheduling_analysis,
network_update,
# pump_failure,
)
from app.algorithms.sensors import (
pressure_sensor_placement_sensitivity,
pressure_sensor_placement_kmeans,
)
from app.services.network_import import network_update
from app.services.simulation_ops import project_management
router = APIRouter()