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
384 stars 126 forks source link

Fix unused variable in Comparing Multiple Trackers example #959

Closed sdhiscocks closed 4 months ago

sdhiscocks commented 4 months ago

Variable in now used, set to 1 second timestep so results same as current default.

Resolves #933

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cd30860) 93.40% compared to head (7499ba3) 93.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #959 +/- ## ========================================== + Coverage 93.40% 93.44% +0.03% ========================================== Files 201 201 Lines 12700 12700 Branches 2608 2608 ========================================== + Hits 11863 11867 +4 + Misses 593 591 -2 + Partials 244 242 -2 ``` | [Flag](https://app.codecov.io/gh/dstl/Stone-Soup/pull/959/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/dstl/Stone-Soup/pull/959/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `66.40% <ø> (+<0.01%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/dstl/Stone-Soup/pull/959/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `89.02% <ø> (+0.03%)` | :arrow_up: | 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.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.