File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
The goal of this script is to assign __ exam centers__ to students.
3
3
4
4
## 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.
8
8
* 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.
11
11
12
12
## Allocation Guidelines
13
13
@@ -88,4 +88,4 @@ python3 school_center.py sample_data/schools_grade12_2081.tsv sample_data/center
88
88
🚀 24-04-22 20:40:27 - __main__ - INFO - Total remaining capacity across all centers: 161
89
89
90
90
🚀 24-04-22 20:40:27 - __main__ - INFO - Students not assigned: 0
91
- ```
91
+ ```
You can’t perform that action at this time.
0 commit comments