feat: adjust max days per week block constraint from 4 to 3
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ def main(
|
|||||||
#Rota.constraint_options["max_night_frequency_week_exclusions"] = []
|
#Rota.constraint_options["max_night_frequency_week_exclusions"] = []
|
||||||
Rota.constraint_options["max_weekend_frequency"] = 3
|
Rota.constraint_options["max_weekend_frequency"] = 3
|
||||||
|
|
||||||
Rota.constraint_options["max_days_per_week_block"] = [(8,4)]
|
Rota.constraint_options["max_days_per_week_block"] = [(8,3)]
|
||||||
|
|
||||||
# wr = [
|
# wr = [
|
||||||
# WorkerRequirement(
|
# WorkerRequirement(
|
||||||
|
|||||||
Reference in New Issue
Block a user