dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
400 stars 131 forks source link

Maintain order of truths in tutorials for reproducibility #737

Closed sdhiscocks closed 1 year ago

sdhiscocks commented 1 year ago

Due to simulating detections in tutorials, the order of the truths, will change which random noise sample goes with each detections, centred on the truth. Maintaining order of truths should ensure that same random sample is used consistently.

Fixes #718

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.81% // Head: 94.81% // No change to project coverage :thumbsup:

Coverage data is based on head (077d11d) compared to base (ae8bd63). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #737 +/- ## ======================================= Coverage 94.81% 94.81% ======================================= Files 169 169 Lines 8221 8221 Branches 1216 1216 ======================================= Hits 7795 7795 Misses 316 316 Partials 110 110 ``` | Flag | Coverage Δ | | |---|---|---| | integration | `69.15% <ø> (+0.02%)` | :arrow_up: | | unittests | `92.65% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.