重构 app/algorithms/api_ex 目录结构

This commit is contained in:
2026-03-09 17:26:39 +08:00
parent 48f836d667
commit 0b72ac959a
30 changed files with 364 additions and 968 deletions
+4 -4
View File
@@ -17,7 +17,7 @@ from app.services.tjnetwork import (
run_inp,
dump_output,
)
from app.algorithms.simulations import (
from app.algorithms.simulation.scenarios import (
burst_analysis,
valve_close_analysis,
flushing_analysis,
@@ -26,12 +26,12 @@ from app.algorithms.simulations import (
# scheduling_analysis,
pressure_regulation,
)
from app.algorithms.sensors import (
from app.algorithms.sensor import (
pressure_sensor_placement_sensitivity,
pressure_sensor_placement_kmeans,
)
import app.algorithms.api_ex.flow_data_clean as flow_data_clean
import app.algorithms.api_ex.pressure_data_clean as pressure_data_clean
import app.algorithms.cleaning.flow as flow_data_clean
import app.algorithms.cleaning.pressure as pressure_data_clean
from app.services.network_import import network_update
from app.services.simulation_ops import (
project_management,