JuliaApproximation / CompactBases.jl

Julia library for function approximation with compact basis functions
MIT License
16 stars 2 forks source link

Transforms between bases #63

Closed jagot closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 65.22% // Head: 67.98% // Increases project coverage by +2.76% :tada:

Coverage data is based on head (116d6fb) compared to base (a68a60e). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #63 +/- ## ========================================== + Coverage 65.22% 67.98% +2.76% ========================================== Files 22 24 +2 Lines 1616 1690 +74 ========================================== + Hits 1054 1149 +95 + Misses 562 541 -21 ``` | [Impacted Files](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/CompactBases.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL0NvbXBhY3RCYXNlcy5qbA==) | `88.88% <ø> (ø)` | | | [src/basis\_transforms.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2Jhc2lzX3RyYW5zZm9ybXMuamw=) | `100.00% <100.00%> (ø)` | | | [src/bsplines.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2JzcGxpbmVzLmps) | `81.69% <100.00%> (+3.55%)` | :arrow_up: | | [src/fedvr.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2ZlZHZyLmps) | `91.22% <100.00%> (+3.56%)` | :arrow_up: | | [src/finite\_differences.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2Zpbml0ZV9kaWZmZXJlbmNlcy5qbA==) | `75.74% <100.00%> (+4.53%)` | :arrow_up: | | [src/orthogonality.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL29ydGhvZ29uYWxpdHkuamw=) | `100.00% <100.00%> (ø)` | | | [src/restricted\_bases.jl](https://codecov.io/gh/JuliaApproximation/CompactBases.jl/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL3Jlc3RyaWN0ZWRfYmFzZXMuamw=) | `77.27% <100.00%> (+0.52%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.