Closed xtalax closed 11 months ago
Attention: 11 lines
in your changes are missing coverage. Please review.
Comparison is base (
a04e094
) 83.02% compared to head (e240a06
) 84.79%. Report is 40 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/interface/solution/common.jl | 21.42% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Additional context
Adds complex number support, does this by splitting the system in to real and imaginary parts.
fixes https://github.com/SciML/MethodOfLines.jl/issues/58 fixes https://github.com/SciML/MethodOfLines.jl/issues/101
depends on https://github.com/SciML/PDEBase.jl/pull/22