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
assert_allclose
e.g. see in tests/test_equity.py
tests/test_equity.py
assert_allclose( expected.transpose(*sorted(expected.dims)).sortby(list(expected.dims)), actual.transpose(*sorted(actual.dims)).sortby(list(actual.dims)), rtol=1e-4, atol=1e-4, )
Tolerances are larger than for other tests. Confirm this is what we need.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. see in
tests/test_equity.py
Tolerances are larger than for other tests. Confirm this is what we need.
The text was updated successfully, but these errors were encountered: