Closed spyysalo closed 7 years ago
The script runtests.sh fails to execute the test suite as all invocations ofvalidate.py fail with
runtests.sh
validate.py
usage: validate.py [-h] [--noecho] [--echo] [--quiet] [--max-err MAX_ERR] [--err-enc ERR_ENC] --lang LANG [--multiple-roots] [input] [output] validate.py: error: argument --lang is required
Can we either add a dummy language or something like a --nolang argument for the test suite? (@fginter)
Continues to fail when executed with
python validate.py --lang=ud < test-cases/valid/empty-file.conll
Possibly related: https://github.com/UniversalDependencies/docs/issues/244
The script
runtests.sh
fails to execute the test suite as all invocations ofvalidate.py
fail withCan we either add a dummy language or something like a --nolang argument for the test suite? (@fginter)