SeaWolf-AI commited on
Commit
cdb2d3e
·
verified ·
1 Parent(s): f8ac0ed

docs: keep scorer-defect specifics out of the repo while Season 1 is open

Browse files
Files changed (1) hide show
  1. 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 has to
14
- correct three defects measured in Season 1 - a binding term that tracks halogen atomic
15
- number, an Ames threshold that relegates three approved antimalarials, and a PAINS filter
16
- that rejects atovaquone - and none of those corrections may reach Season 1, where entrants
17
- have already been scored under the published rules.
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 = {