JuliaApproximation / ApproxFunBase.jl

Core functionality of ApproxFun
MIT License
12 stars 13 forks source link

Check size in mul_coefficients #555

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

Instead of length(b), we use size(b,1), which allows trailing dimensions.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 40.00% and no project coverage change.

Comparison is base (614f040) 27.62% compared to head (60ef43c) 27.62%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #555 +/- ## ======================================= Coverage 27.62% 27.62% ======================================= Files 80 80 Lines 8387 8387 ======================================= Hits 2317 2317 Misses 6070 6070 ``` | [Files Changed](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/555?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/Operators/SubOperator.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/555?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL09wZXJhdG9ycy9TdWJPcGVyYXRvci5qbA==) | `42.64% <25.00%> (ø)` | | | [src/Operators/functionals/Evaluation.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/555?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL09wZXJhdG9ycy9mdW5jdGlvbmFscy9FdmFsdWF0aW9uLmps) | `43.47% <100.00%> (ø)` | |

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