Stone-Soup
Stone-Soup copied to clipboard
Cubature Kalman Filter
Provides a cubature Kalman predictor and updater. (Credit should go to Bethany? I think.)
Side issue is that there's some odd behaviour at certain configurations. I'll provide a gist to highlight that.
Codecov Report
Attention: Patch coverage is 94.20290%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 93.27%. Comparing base (
0a9ebe2
) to head (4cae915
). Report is 82 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
stonesoup/functions/__init__.py | 90.90% | 2 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #948 +/- ##
==========================================
+ Coverage 93.24% 93.27% +0.02%
==========================================
Files 201 201
Lines 12617 12668 +51
Branches 2589 2596 +7
==========================================
+ Hits 11765 11816 +51
+ Misses 602 601 -1
- Partials 250 251 +1
Flag | Coverage Δ | |
---|---|---|
integration | 66.52% <42.02%> (-0.12%) |
:arrow_down: |
unittests | 88.65% <94.20%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks good 👍 Just some minor formatting changes, undo changes that'll break NumPy 2.0 compatibility, and new additional
prior
for Prediction type.
Don't think I did any of these formatting changes and can't explain how they got in. Is there an 'undo' button?