jump-dev / MutableArithmetics.jl

Interface for arithmetics on mutable types in Julia
Mozilla Public License 2.0
49 stars 8 forks source link

Fix *(::AbstractMutable, ::Symmetric) #268

Closed odow closed 6 months ago

odow commented 6 months ago

x-ref https://github.com/jump-dev/JuMP.jl/pull/3695#issuecomment-1972754393

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.71%. Comparing base (69fbcaa) to head (a7b10f2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #268 +/- ## ========================================== + Coverage 91.07% 91.71% +0.63% ========================================== Files 23 23 Lines 2163 2173 +10 ========================================== + Hits 1970 1993 +23 + Misses 193 180 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.