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

Minor Addition and Changes to MultiMeasurementInitiator #835

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

gawebb-dstl
Copy link
Contributor

@gawebb-dstl gawebb-dstl commented Aug 11, 2023

NoHistoryMultiMeasurementInitiator was created so track metrics wouldn’t take into account the part of the track that was in ‘holding’. ‘Holding’ tracks aren’t available to the tracker. When a holding track is upgraded to a full/sure track it takes its history with it. When assessing tracks post-simulation with metrics the full history is used which can be misrepresentative.

An option was added to skip measurements that don’t have a ReversibleModel measurement model in MultiMeasurementInitiator

@gawebb-dstl gawebb-dstl requested a review from a team as a code owner August 11, 2023 09:23
@gawebb-dstl gawebb-dstl requested review from nperree-dstl and rcgorman-dstl and removed request for a team August 11, 2023 09:23
@gawebb-dstl
Copy link
Contributor Author

gawebb-dstl commented Aug 11, 2023

The docs are failing to build docs/demos/Video_Processing.py ModuleNotFoundError: No module named 'pytube'

I don't think this is related to any of my changes

Added property `skip_non_reversible` to MultiMeasurementInitiator
@gawebb-dstl gawebb-dstl force-pushed the NoHistoryMultiMeasurementInitiator branch from 5ac9c9c to 540b96e Compare October 4, 2023 08:02
@gawebb-dstl
Copy link
Contributor Author

I messed up the rebase so the branch history got messy. Instead I’ve recreated the branch. Hopefully it is a lot simpler now.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6000941) 93.77% compared to head (540b96e) 93.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #835      +/-   ##
==========================================
+ Coverage   93.77%   93.79%   +0.02%     
==========================================
  Files         190      190              
  Lines       11655    11662       +7     
  Branches     2412     2415       +3     
==========================================
+ Hits        10929    10938       +9     
+ Misses        497      495       -2     
  Partials      229      229              
Flag Coverage Δ
integration 68.02% <42.85%> (+0.01%) ⬆️
unittests 89.00% <71.42%> (+<0.01%) ⬆️

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

Files Coverage Δ
stonesoup/initiator/simple.py 94.65% <71.42%> (-1.32%) ⬇️

... and 1 file with indirect coverage changes

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

@sdhiscocks sdhiscocks merged commit 609e820 into main Oct 24, 2023
6 checks passed
@sdhiscocks sdhiscocks deleted the NoHistoryMultiMeasurementInitiator branch October 24, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants