docs: keep scorer-defect specifics out of the repo while Season 1 is open
Browse files- seasons.py +5 -5
seasons.py
CHANGED
|
@@ -10,11 +10,11 @@ they are - re-homing live data to make the layout tidy is how records get lost,
|
|
| 10 |
is nothing wrong with the layout that a prefix cannot solve. Season 2 is namespaced under
|
| 11 |
s2/, and every season after it gets its own prefix the same way.
|
| 12 |
|
| 13 |
-
The scoring rubric is deliberately repeated per season rather than shared. Season 2
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
"""
|
| 19 |
|
| 20 |
SEASONS = {
|
|
|
|
| 10 |
is nothing wrong with the layout that a prefix cannot solve. Season 2 is namespaced under
|
| 11 |
s2/, and every season after it gets its own prefix the same way.
|
| 12 |
|
| 13 |
+
The scoring rubric is deliberately repeated per season rather than shared. Season 2 carries
|
| 14 |
+
corrections for scorer defects measured during Season 1, and none of those corrections may
|
| 15 |
+
reach Season 1, where entrants have already been scored under the published rules. The
|
| 16 |
+
defects themselves are tracked outside this repository: naming them here would tell an
|
| 17 |
+
entrant which way to push a molecule while Season 1 is still taking submissions.
|
| 18 |
"""
|
| 19 |
|
| 20 |
SEASONS = {
|