JuliaApproximation / ApproxFunBase.jl

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

Mildly improve type-stability in chebyshev_clenshaw #628

Open jishnub opened 5 months ago

jishnub commented 5 months ago

This may help in cases where 2x has a different type from x.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (768625d) 75.07% compared to head (5c23593) 28.29%. Report is 1 commits behind head on master.

Files Patch % Lines
src/Space.jl 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #628 +/- ## =========================================== - Coverage 75.07% 28.29% -46.79% =========================================== Files 80 80 Lines 8439 8414 -25 =========================================== - Hits 6336 2381 -3955 - Misses 2103 6033 +3930 ```

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