-
Notifications
You must be signed in to change notification settings - Fork 55
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
broadcasting for UMVTVector #339
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
=======================================
Coverage 97.63% 97.63%
=======================================
Files 76 76
Lines 5870 5888 +18
=======================================
+ Hits 5731 5749 +18
Misses 139 139
Continue to review full report at Codecov.
|
@sethaxen The failure on Julia nightly seems to be related to matrix logarithm:
Could that be related to JuliaLang/julia#39973 ? |
Yeah, it's probably an edge case I didn't handle for that PR. Will look into it. |
It is indeed an issue with the new real |
Thanks for looking into it 👍 . |
No description provided.