Skip to content

Commit

Permalink
chore: employee scheduling: generate a dataset that is feasible (hack)
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey authored and Christopher-Chianelli committed Jun 18, 2024
1 parent d5e44f4 commit 0fd3cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def generate_demo_data() -> EmployeeSchedule:
initial_roster_length_in_days = 14
start_date = earliest_monday_on_or_after(date.today())

random = Random(0)
random = Random(37)
shift_template_index = 0
for location in LOCATIONS:
location_to_shift_start_time_list_map[location] = SHIFT_START_TIMES_COMBOS[shift_template_index]
Expand Down

0 comments on commit 0fd3cec

Please sign in to comment.