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

don't forget to discretize your ODEs #96

Closed baggepinnen closed 1 year ago

baggepinnen commented 1 year ago

Add some extra hints and warnings that try to catch when the user supplies a continuous-time system

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.71% // Head: 85.73% // Increases project coverage by +0.02% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #96 +/- ## ========================================== + Coverage 85.71% 85.73% +0.02% ========================================== Files 16 16 Lines 1169 1171 +2 ========================================== + Hits 1002 1004 +2 Misses 167 167 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `85.73% <100.00%> (+0.02%)` | :arrow_up: | 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/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson) | Coverage Δ | | |---|---|---| | [src/PFtypes.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL1BGdHlwZXMuamw=) | `83.33% <ø> (ø)` | | | [src/solutions.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL3NvbHV0aW9ucy5qbA==) | `83.50% <ø> (ø)` | | | [src/kalman.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL2thbG1hbi5qbA==) | `94.28% <100.00%> (+0.34%)` | :arrow_up: | | [src/smoothing.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL3Ntb290aGluZy5qbA==) | `85.71% <100.00%> (ø)` | | | [src/ukf.jl](https://codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson#diff-c3JjL3VrZi5qbA==) | `97.76% <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.