Stone-Soup icon indicating copy to clipboard operation
Stone-Soup copied to clipboard

Cubature Kalman Filter

Open jmbarr opened this issue 1 year ago • 2 comments

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.

jmbarr avatar Feb 01 '24 21:02 jmbarr

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.

codecov[bot] avatar Feb 19 '24 12:02 codecov[bot]

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?

jmbarr avatar Feb 19 '24 16:02 jmbarr