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
Many tests have too high of a tolerance: https://github.com/AntelopeIO/reference-contracts/blob/cd645b54a176f0c8b5f2f5ea9b21f47b7f9bf7eb/tests/eosio.system_tests.cpp#L1013 I'm assuming the test author meant 1e-5 not 1e+5. All the tests that use a tolerance should be inspected and fixed.
1e-5
1e+5
tolerance
The text was updated successfully, but these errors were encountered:
EOS System Contract Code Reference
eos-system-contracts/tests/eosio.system_tests.cpp
Line 1020 in aaa54a3
Sorry, something went wrong.
No branches or pull requests
Transferred from AntelopeIO/reference-contracts#94 original author heifner
Many tests have too high of a tolerance:
https://github.com/AntelopeIO/reference-contracts/blob/cd645b54a176f0c8b5f2f5ea9b21f47b7f9bf7eb/tests/eosio.system_tests.cpp#L1013
I'm assuming the test author meant
1e-5
not1e+5
.All the tests that use a
tolerance
should be inspected and fixed.The text was updated successfully, but these errors were encountered: