n
Some checks failed
CI and deploy / migration-check (push) Failing after 14s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-05-25 03:00:51 +02:00
parent f90004142c
commit b8e47e2623
5 changed files with 55 additions and 22 deletions

View File

@@ -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