fix the weekend count for multishits
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user