We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the Zoltar upload action uses old validations code. The action runs travis/upload_zoltar_master.sh, and in this shell script travis/validate-data.sh is run as a step. However, travis/validate-data.sh actually uses the validations code directly in code/validation/test_formatting.py, and not the corresponding new code.
travis/upload_zoltar_master.sh
travis/validate-data.sh
code/validation/test_formatting.py
covid19-forecast-hub-validations
git clone
The text was updated successfully, but these errors were encountered:
Per this Slack discussion, we are removing the misc_scripts directory. Attached are the three files in it, which may be useful for solving this issue.
misc_scripts
misc_scripts.zip
Sorry, something went wrong.
matthewcornell
No branches or pull requests
Issue
Currently, the Zoltar upload action uses old validations code. The action runs
travis/upload_zoltar_master.sh
, and in this shell scripttravis/validate-data.sh
is run as a step. However,travis/validate-data.sh
actually uses the validations code directly incode/validation/test_formatting.py
, and not the corresponding new code.Steps
covid19-forecast-hub-validations
as a submodule in the hubgit clone
does not deep clone, i.e., recursively clone submodules)travis/validate-data.sh
to use code in submoduleThe text was updated successfully, but these errors were encountered: