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
The TREC regression scripts are broken:
python src/main/python/trec-covid/generate_round5_baselines.py python src/main/python/trec-covid/generate_round4_baselines.py python src/main/python/trec-covid/generate_round3_baselines.py python src/main/python/trec-covid/generate_round5_doc2query_baselines.py python src/main/python/trec-covid/generate_round4_doc2query_baselines.py
Reason is because of #1658 - the bug fix causes very slight differences in rounding.
Since the above scripts check for MD5, they break. Comparing MD5 is overly brittle... the scripts need to be made more robust.
The text was updated successfully, but these errors were encountered:
Refactor TREC-COVID regression scripts (#1671)
48af9ef
+ Fix issue described in #1669 + Add checks in r3, r4, r5 and r4/r5 + d2q + Add new scripts for r1 and r2
Closed by #1671
Sorry, something went wrong.
lintool
No branches or pull requests
The TREC regression scripts are broken:
Reason is because of #1658 - the bug fix causes very slight differences in rounding.
Since the above scripts check for MD5, they break. Comparing MD5 is overly brittle... the scripts need to be made more robust.
The text was updated successfully, but these errors were encountered: