Closed ytdHuang closed 4 months ago
Attention: Patch coverage is 85.71429%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 93.33%. Comparing base (
731e26f
) to head (f307cd6
).
Files | Patch % | Lines |
---|---|---|
src/qobj/arithmetic_and_attributes.jl | 85.71% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR calls
tidyup!
insidetidyup
, namelyAlso, use multiple dispatch for different element types
T<:Real
orT<:Complex
for functiontidyup!
:If
T<:Real
, then use the origin method:If
T<:Complex
, then use the following method: