-
Notifications
You must be signed in to change notification settings - Fork 52
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 issues with Julia 1.7 #298
Fix issues with Julia 1.7 #298
Conversation
Codecov Report
@@ Coverage Diff @@
## master #298 +/- ##
=======================================
Coverage 96.20% 96.20%
=======================================
Files 33 33
Lines 3978 3978
=======================================
Hits 3827 3827
Misses 151 151
Continue to review full report at Codecov.
|
Great. I was wondering about those failures. There’s still something related to LinearOperators though :-( |
Let's wait the official release 1.7 to see if we still have the same issues. |
The issue is related to the function |
I found the culprit : JuliaLang/julia#39645. It's not a bug. |
|
No description provided.