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 output is indistinguishable from assert_eq!'s:
assert_eq!
thread 'bsf::tests::score_examples' panicked at 'assert_ulps_eq!(scores[0], 590.0798357956826, max_ulps = 1) left = 590.0798357956824 right = 590.0798357956826 ', src/bsf.rs:354:9
It would be nicer to give allowable ranges for both left/right based on the variance allowed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the output is indistinguishable from
assert_eq!
's:It would be nicer to give allowable ranges for both left/right based on the variance allowed.
The text was updated successfully, but these errors were encountered: