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 GaussianMixtureInitiator to use a MultiMeasurementInitiator #1042

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

jswright-dstl
Copy link
Contributor

This PR adds the ability to use the MultiMeasurementInitiator with the GaussianMixtureInitiator. Previously, the GaussianMixtureInitiator would only modify the last state of a Track so when a track with more than one state (from the MultiMeasurementInitiator) is presented, the result is a Track with a mixed set of states (GaussianState and GaussianMixture).

@jswright-dstl jswright-dstl requested a review from a team as a code owner June 13, 2024 14:02
@jswright-dstl jswright-dstl requested review from nperree-dstl and akenyon and removed request for a team June 13, 2024 14:02
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.57%. Comparing base (d4b1da2) to head (774b80f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1042      +/-   ##
==========================================
- Coverage   93.63%   93.57%   -0.07%     
==========================================
  Files         203      203              
  Lines       13126    13127       +1     
  Branches     2681     2682       +1     
==========================================
- Hits        12290    12283       -7     
- Misses        589      594       +5     
- Partials      247      250       +3     
Flag Coverage Δ
integration 65.91% <0.00%> (+<0.01%) ⬆️
unittests 89.21% <100.00%> (-0.03%) ⬇️

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.

stonesoup/initiator/simple.py Outdated Show resolved Hide resolved
@sdhiscocks sdhiscocks added the bug label Jun 17, 2024
@sdhiscocks sdhiscocks merged commit 9ba14e6 into main Jun 17, 2024
10 checks passed
@sdhiscocks sdhiscocks deleted the gaussianmixture branch June 17, 2024 06:58
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