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

Added id property to Platform & property to create a GroundTruthPath from a Platform #1026

Closed gawebb-dstl closed 3 weeks ago

gawebb-dstl commented 1 month ago

Added Platform.id property. Added Platform.ground_truth_path that creates a GroundTruthPath from the Platform. Added tests for the new functionality.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.56%. Comparing base (13f7578) to head (a893089). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1026 +/- ## ========================================== - Coverage 93.58% 93.56% -0.02% ========================================== Files 203 203 Lines 13115 13123 +8 Branches 2678 2680 +2 ========================================== + Hits 12274 12279 +5 - Misses 591 594 +3 Partials 250 250 ``` | [Flag](https://app.codecov.io/gh/dstl/Stone-Soup/pull/1026/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/1026/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `65.92% <75.00%> (-0.01%)` | :arrow_down: | | [unittests](https://app.codecov.io/gh/dstl/Stone-Soup/pull/1026/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | `89.20% <100.00%> (+0.01%)` | :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.