baggepinnen / LowLevelParticleFilters.jl

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

add JET analysis #141

Closed baggepinnen closed 1 week ago

baggepinnen commented 1 week ago

to check for dynamic dispatch. Also improve allocation performance to allow for completely allocation free operation of KF and UKF

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 96.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.71%. Comparing base (ff3559d) to head (ad2b402). Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
src/filtering.jl 87.50% 1 Missing :warning:
src/kalman.jl 94.11% 1 Missing :warning:
src/ukf.jl 97.87% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #141 +/- ## ========================================== + Coverage 87.24% 87.71% +0.46% ========================================== Files 15 15 Lines 1176 1237 +61 ========================================== + Hits 1026 1085 +59 - Misses 150 152 +2 ``` | [Flag](https://app.codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/141/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/baggepinnen/LowLevelParticleFilters.jl/pull/141/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Fredrik+Bagge+Carlson) | `87.71% <96.00%> (+0.46%)` | :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.

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