-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Rewrote tests for scalars and dtypes. Wrote tests for ranks. #168
Conversation
83b2cb5
to
bacd7b4
Compare
bacd7b4
to
fa98957
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
==========================================
+ Coverage 77.46% 78.24% +0.78%
==========================================
Files 21 21
Lines 1025 1025
==========================================
+ Hits 794 802 +8
+ Misses 231 223 -8 ☔ View full report in Codecov by Sentry. |
2d7cc50
to
9050fab
Compare
9050fab
to
41e0130
Compare
@pytest.mark.xfail( | ||
reason="AssertionError: Atol comparison failed. Calculated: atol=0.804124116897583. Required: atol=0.16" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test unexpectedly passes now. @mrakitaTT
Same happened with test_simple_regression
in #174
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most reasonable explanation is what @sgligorijevicTT suggested that metal might have some non-determinism issues, but we should keep this on our radar and monitor if it happens again in the future.
Fixed #135.