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
numpy uses: allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)
The text was updated successfully, but these errors were encountered:
@gdementen We can also add the arguments rtol and atol (see np.allclose) to LArray.equals?
rtol
atol
LArray.equals
Sorry, something went wrong.
fix larray-project#488 : added rtol and atol arguments to LArray.equa…
b26521b
…ls in order to compare float arrays within a relative and/or absolute tolerance.
4889238
…ls in order to test equality between two arrays within a relative or absolute tolerance
607c760
fix #488 : added rtol and atol arguments to LArray.equals in order to…
5a77e3d
… test equality between two arrays within a relative or absolute tolerance
alixdamman
No branches or pull requests
numpy uses: allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)
The text was updated successfully, but these errors were encountered: