samuel-lunii Manon03 commited on
Commit
0dbdcea
·
verified ·
1 Parent(s): c7acbec

Update speed_dating_scheduler.py (#1)

Browse files

- Update speed_dating_scheduler.py (5fe62ac42000ca4da12e0ae0f2daeb08fa8f8acd)


Co-authored-by: Loiupq <Manon03@users.noreply.huggingface.co>

Files changed (1) hide show
  1. speed_dating_scheduler.py +1 -1
speed_dating_scheduler.py CHANGED
@@ -64,7 +64,7 @@ class SpeedDatingScheduler :
64
  if len(participants) == 9 :
65
  divider = 3
66
  elif len(participants) <= 16:
67
- divider = 2
68
  elif len(participants) == 20:
69
  divider = 4
70
  elif len(participants) <= 25:
 
64
  if len(participants) == 9 :
65
  divider = 3
66
  elif len(participants) <= 16:
67
+ divider = 3
68
  elif len(participants) == 20:
69
  divider = 4
70
  elif len(participants) <= 25: