dalsi fix
Some checks failed
CI and deploy / migration-check (push) Failing after 13s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-05-24 12:11:37 +02:00
parent a3c4af3573
commit c43bd0a6c6
4 changed files with 44 additions and 6 deletions

View File

@@ -1222,7 +1222,7 @@ class NegativeSellPvChargeTests(unittest.TestCase):
50.0,
operating_mode="AUTO",
)
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-gen-cutoff-v6")
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-soc-headroom-v7")
self.assertGreater(
results[0].battery_setpoint_w,
5_500,
@@ -1366,7 +1366,7 @@ class NegativeSellPvChargeTests(unittest.TestCase):
50.0,
operating_mode="AUTO",
)
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-gen-cutoff-v6")
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-soc-headroom-v7")
self.assertEqual(len(results), len(slots))
def test_gen_cutoff_full_soc_neg_sell_with_pv_b_feasible(self) -> None:
@@ -1430,7 +1430,7 @@ class NegativeSellPvChargeTests(unittest.TestCase):
55.0,
operating_mode="AUTO",
)
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-gen-cutoff-v6")
self.assertEqual(snap.get("planner_build_tag"), "2026-05-24-ba81-soc-headroom-v7")
self.assertEqual(len(results), len(slots))