Skip to content

Commit 1703733

Browse files
RupeshAryalsumanashrestha
authored andcommitted
Fixed typos
1 parent bf2e991 commit 1703733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The goal of this script is to assign exam centers to students.
2323

2424
## Parameters
2525

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
2727

2828
ABS_DISTANCE_THRESHOLD = 7 # Absolute threshold distance in kilometers
2929

3030
MIN_STUDENT_IN_CENTER = 10 # minimum number of students from a school to be assigned to a center under normal circumstances
3131

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
3333

3434
PREF_CUTOFF = -4 # Do not allocate students with pref score less than cutoff
3535

0 commit comments

Comments
 (0)