Point the adjudication module at the judging corpus in the books repository
This commit is contained in:
parent
fa051f9ea3
commit
b751ac6f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ C = S.C
|
|||
BO = sys.modules.get("bakeoff") or _load("bakeoff", REPO / "eval" / "role_topology" / "bakeoff.py")
|
||||
|
||||
KEYS = Path.home() / "books" / "dovodka" / "blind-keys-d4"
|
||||
WORK = Path.home() / "adjud-d4" # изолирован: рядом ни ключей, ни сырья
|
||||
WORK = Path.home() / "books" / "judging" / "adjud-d4" # изолирован: рядом ни ключей, ни сырья
|
||||
TASKS, ANSW = WORK / "tasks", WORK / "answers"
|
||||
AKEY = Path.home() / "books" / "dovodka" / "adjud-key.json" # истина — ОТДЕЛЬНО от заданий
|
||||
AX = ("ВЕРНОСТЬ", "ТЕРМИН", "ЯЗЫК", "ФОРМА")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue