File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ The goal of this script is to assign exam centers to students.
23
23
24
24
## Parameters
25
25
26
- PREF_DISTANCE_THRESHOLD = 2 # Preferred threshold distance in kilometers, ceters should be within this distance from school if possible
26
+ PREF_DISTANCE_THRESHOLD = 2 # Preferred threshold distance in kilometers, centers should be within this distance from school if possible
27
27
28
28
ABS_DISTANCE_THRESHOLD = 7 # Absolute threshold distance in kilometers
29
29
30
30
MIN_STUDENT_IN_CENTER = 10 # minimum number of students from a school to be assigned to a center under normal circumstances
31
31
32
- STRETCH_CAPACITY_FACTOR = 0.02 # how much can center capacity be streched if need arises
32
+ STRETCH_CAPACITY_FACTOR = 0.02 # how much can center capacity be stretched if need arises
33
33
34
34
PREF_CUTOFF = -4 # Do not allocate students with pref score less than cutoff
35
35
You can’t perform that action at this time.
0 commit comments