n
This commit is contained in:
@@ -13,7 +13,9 @@ sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "backend"))
|
||||
from services.planning_engine import PlanningSlot, solve_dispatch, solve_dispatch_two_pass, PLANNER_BUILD_TAG
|
||||
|
||||
# Export z MCP: planning_interval run_id=16674 + fn_planning_site_context(2)
|
||||
SLOTS_JSON = Path(__file__).with_name("home01_run16674_slots.json")
|
||||
SLOTS_JSON = Path(__file__).with_name("home01_run16706_slots.json")
|
||||
if not SLOTS_JSON.exists():
|
||||
SLOTS_JSON = Path(__file__).with_name("home01_run16674_slots.json")
|
||||
SOC_WH = 37120.0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user