filtron / MarkovKernels.jl

Marginal distributions and Markov kernels that play nice with each other for the purpose of Bayesian state estimation.
MIT License
17 stars 2 forks source link

separate AffineMap into LinearMap/AffineMap/AffineCorrector + tests #20

Closed filtron closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 72.76% // Head: 71.36% // Decreases project coverage by -1.39% :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## ========================================== - Coverage 72.76% 71.36% -1.40% ========================================== Files 10 10 Lines 257 234 -23 ========================================== - Hits 187 167 -20 + Misses 70 67 -3 ``` | [Impacted Files](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+) | Coverage Δ | | |---|---|---| | [src/kernels/affinemap.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvYWZmaW5lbWFwLmps) | `96.00% <100.00%> (+4.33%)` | :arrow_up: | | [src/kernels/dirackernel.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvZGlyYWNrZXJuZWwuamw=) | `85.00% <100.00%> (ø)` | | | [src/kernels/normalkernel.jl](https://codecov.io/gh/filtron/MarkovKernels.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2tlcm5lbHMvbm9ybWFsa2VybmVsLmps) | `86.36% <100.00%> (ø)` | | 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=Filip+Tronarp+). 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=Filip+Tronarp+)

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