拆分online_Analysis.py文件
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user