-
Notifications
You must be signed in to change notification settings - Fork 33
fix tests on 1.7 #253
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
fix tests on 1.7 #253
Conversation
Co-authored-by: Johnny Chen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #253 +/- ##
=======================================
Coverage 92.88% 92.88%
=======================================
Files 6 6
Lines 731 731
=======================================
Hits 679 679
Misses 52 52 Continue to review full report at Codecov.
|
I'm confused because |
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.
I think it is enough to simply check the overflow. Also, isn't 1.7 in the title a mistake for 1.8-DEV?
No, because the relevant changes are on the backport branch. |
Co-authored-by: kimikage <[email protected]>
Co-authored-by: kimikage <[email protected]>
The segmentation fault on aarch64 nightly is strange, but at least it's not related to this PR. |
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]>
* Backport "Fix test for exponentially growing `promote_type` (#280)" * fix tests on 1.7 (#253) Co-authored-by: Johnny Chen <[email protected]> Co-authored-by: kimikage <[email protected]> * Mark `test_broken` for conversion to `Float16` * Backport "Add test for `unsafe_trunc` returning arbitrary values (#289)" --------- Co-authored-by: Kristoffer Carlsson <[email protected]> Co-authored-by: Johnny Chen <[email protected]>
No description provided.