Skip to content

Commit 538073f

Browse files
Update README.md (#76)
Proofreading.
1 parent 42ce412 commit 538073f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
The goal of this script is to assign __exam centers__ to students.
33

44
## Steps
5-
1. Prepare input files in specified format.
6-
2. Run program and re run if -
7-
* Any school has students that have not been assigned a center.
5+
1. Prepare input files in the specified format.
6+
2. Run the program and re-run if -
7+
* Any school has students who have not been assigned a center.
88
* Distribution across centers is uneven.
9-
3. Perform sanity check of distributed centers.
10-
4. Manually reassign impractical centers and odd lot allocations. Keep changes to minimum.
9+
3. Perform sanity checks of distributed centers.
10+
4. Manually reassign impractical centers and odd lot allocations. Keep changes to a minimum.
1111

1212
## Allocation Guidelines
1313

@@ -88,4 +88,4 @@ python3 school_center.py sample_data/schools_grade12_2081.tsv sample_data/center
8888
🚀 24-04-22 20:40:27 - __main__ - INFO - Total remaining capacity across all centers: 161
8989
9090
🚀 24-04-22 20:40:27 - __main__ - INFO - Students not assigned: 0
91-
```
91+
```

0 commit comments

Comments
 (0)