Manon03 commited on
Commit
5fe62ac
·
verified ·
1 Parent(s): c7acbec

Update speed_dating_scheduler.py

Browse files
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: