baggepinnen / LowLevelParticleFilters.jl

State estimation, smoothing and parameter estimation using Kalman and particle filters.
https://baggepinnen.github.io/LowLevelParticleFilters.jl/stable
Other
114 stars 15 forks source link

Return more information from `correct!(kalmanfilter, ...)` #94

Closed baggepinnen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 86.20% // Head: 86.20% // No change to project coverage :thumbsup:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #94 +/- ## ======================================= Coverage 86.20% 86.20% ======================================= Files 16 16 Lines 1109 1109 ======================================= Hits 956 956 Misses 153 153 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `86.20% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson) | Coverage Δ | | |---|---|---| | [src/ekf.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL2VrZi5qbA==) | `95.23% <100.00%> (ø)` | | | [src/filtering.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL2ZpbHRlcmluZy5qbA==) | `89.89% <100.00%> (ø)` | | | [src/ukf.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/94?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL3VrZi5qbA==) | `98.42% <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=Fredrik+Bagge+Carlson). 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=Fredrik+Bagge+Carlson)

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