-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add similar_array_type for LinearAlgebra.Diagonal #205
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #205 +/- ##
==========================================
+ Coverage 89.66% 90.70% +1.04%
==========================================
Files 23 23
Lines 2157 2108 -49
==========================================
- Hits 1934 1912 -22
+ Misses 223 196 -27 ☔ View full report in Codecov by Sentry. |
Maybe it's best to implement these things in ArrayInterface: JuliaArrays/ArrayInterface.jl#397 and then use ArrayInterface here |
Sure. But can we merge this as a current bug-fix? |
Actually I made this comment yesterday after the inline comments but they were pending. We can merge with the suggested change |
84fe2e6
to
4fc1169
Compare
Replaces jump-dev/JuMP.jl#3295
Part of #206