-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove ini_hex
and ini_HEX
on 1.6+
#37
Conversation
Ref. JuliaLang/julia#32859, JuliaMath/DoubleFloats.jl#125. This is causing warnings downstream in CUDA.jl.
Codecov ReportBase: 61.00% // Head: 49.51% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #37 +/- ##
===========================================
- Coverage 61.00% 49.51% -11.49%
===========================================
Files 4 3 -1
Lines 100 103 +3
===========================================
- Hits 61 51 -10
- Misses 39 52 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ini_hex
and ini_HEX
ini_hex
and ini_HEX
on 1.6+
Bump on this. One other thing I was considering was adding more versions to the test matrix (1.6 and latest stable), but didn't want to blow up the test matrix size too much. If there are any suggestions there, happy to add them to this or a follow-up PR. |
Bump again? This may be causing intermittent failures on FluxML CI: FluxML/Metalhead.jl#142 |
Thanks @JeffreySarnoff ! |
Ref. JuliaLang/julia#32859, JuliaMath/DoubleFloats.jl#125. This is causing warnings downstream in CUDA.jl.