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
406 stars 134 forks source link

Fix issue with kD-tree example not building #807

Closed sdhiscocks closed 1 year ago

sdhiscocks commented 1 year ago

Sometimes the build failed due to example taking too long to run. I've reduced the number of tracks in simulation, and avoided running simulation multiple times.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +4.44 :tada:

Comparison is base (a4df8fd) 90.14% compared to head (35ac949) 94.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #807 +/- ## ========================================== + Coverage 90.14% 94.58% +4.44% ========================================== Files 184 184 Lines 10698 10698 Branches 2176 2176 ========================================== + Hits 9644 10119 +475 + Misses 857 398 -459 + Partials 197 181 -16 ``` | Flag | Coverage Δ | | |---|---|---| | integration | `69.62% <ø> (?)` | | | unittests | `90.14% <ø> (ø)` | | 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. [see 31 files with indirect coverage changes](https://app.codecov.io/gh/dstl/Stone-Soup/pull/807/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl)

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