fix the weekend count for multishits

This commit is contained in:
Ross
2025-06-22 22:34:05 +01:00
parent 2443ac285b
commit 48d6b748d1
2 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -365,7 +365,7 @@ def test_pre_post_clear_force_assign(demo_rota_clear):
#],
),
)
Rota.build_and_solve(options={"ratio": 0.0})
Rota.build_and_solve(options={"ratio": 0.01})
Rota.export_rota_to_html("test_pre_post_clear", folder="tests")
assert Rota.results.solver.status == "ok"
@@ -441,7 +441,7 @@ def test_pre_post_clear_force_assign2(demo_rota_clear):
],
),
)
Rota.build_and_solve(options={"ratio": 0.0})
Rota.build_and_solve(options={"ratio": 0.01})
Rota.export_rota_to_html("test_pre_post_clear", folder="tests")
assert Rota.results.solver.status == "ok"