Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ASD with OOSM #1075

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Fix ASD with OOSM #1075

merged 1 commit into from
Sep 2, 2024

Conversation

sdhiscocks
Copy link
Member

When using ASD with out of sequence measurements, the covariance prior to OOSM measurement would go negative. Through testing, it's highlighted that setting the correlation matrices predicted covariance to that one based on original posterior (i.e. approx value it would have been set to if measurement was received in sequence) seems to resolve the issue.

When using ASD with out of sequence measurements, the covariance prior
to OOSM measurement would go negative. Through testing, it's highlighted
that setting the correlation matrices predicted covariance to that one
based on original posterior (i.e. approx value it would have been set to
if measurement was received in sequence) seems to resolve the issue.
@sdhiscocks sdhiscocks requested a review from a team as a code owner August 23, 2024 10:40
@sdhiscocks sdhiscocks requested review from nperree-dstl and spike-dstl and removed request for a team August 23, 2024 10:40
@sdhiscocks sdhiscocks added the bug label Aug 23, 2024
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.31%. Comparing base (4b6bd37) to head (2f36abf).
Report is 21 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1075   +/-   ##
=======================================
  Coverage   94.31%   94.31%           
=======================================
  Files         208      208           
  Lines       13603    13605    +2     
  Branches     2767     2767           
=======================================
+ Hits        12830    12832    +2     
  Misses        522      522           
  Partials      251      251           
Flag Coverage Δ
integration 67.21% <100.00%> (+0.01%) ⬆️
unittests 90.41% <0.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sdhiscocks sdhiscocks merged commit 9b03203 into main Sep 2, 2024
10 checks passed
@sdhiscocks sdhiscocks deleted the asd_fix branch September 2, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants