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
https://github.com/mratsim/Arraymancer/pull/510/checks?check_run_id=2980291716#step:21:823
The first failure may be due to rounding issue with float32 and switching to float64 will solve the issue. 1e-11 is way over float32 precision.
Arraymancer/tests/linear_algebra/test_linear_algebra.nim
Lines 130 to 147 in 8514e78
The second issue is very strange though
Lines 300 to 326 in 8514e78
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/mratsim/Arraymancer/pull/510/checks?check_run_id=2980291716#step:21:823
The first failure may be due to rounding issue with float32 and switching to float64 will solve the issue.
1e-11 is way over float32 precision.
Arraymancer/tests/linear_algebra/test_linear_algebra.nim
Lines 130 to 147 in 8514e78
The second issue is very strange though
Arraymancer/tests/linear_algebra/test_linear_algebra.nim
Lines 300 to 326 in 8514e78
The text was updated successfully, but these errors were encountered: