Closed blegat closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.07%. Comparing base (
ccaa222
) to head (168068a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This method was never tested:
I think because we don't have a way to test Complex{<:AbstractMutable}
, because Complex{T}
requires T<:Real
and !(AbstractMutable <: Real)
.
The product of a Complex number with an Hermitian matrix is not an Hermitian matrix. We should probably still
before we merge
Closes https://github.com/jump-dev/MutableArithmetics.jl/issues/264