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
388 stars 128 forks source link

add k-d tree tutorial and update tree sub-module #771

Closed rcgorman-dstl closed 1 year ago

rcgorman-dstl commented 1 year ago

update tree sub-module with kd tree and tpr tree mixins

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (b33f56c) 94.80% compared to head (a54fe21) 94.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #771 +/- ## ========================================== + Coverage 94.80% 94.81% +0.01% ========================================== Files 175 175 Lines 9456 9477 +21 Branches 1884 1884 ========================================== + Hits 8965 8986 +21 Misses 350 350 Partials 141 141 ``` | Flag | Coverage Δ | | |---|---|---| | integration | `70.10% <100.00%> (+0.72%)` | :arrow_up: | | unittests | `89.66% <86.95%> (-0.01%)` | :arrow_down: | 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. | [Impacted Files](https://app.codecov.io/gh/dstl/Stone-Soup/pull/771?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl) | Coverage Δ | | |---|---|---| | [stonesoup/dataassociator/tree.py](https://app.codecov.io/gh/dstl/Stone-Soup/pull/771?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dstl#diff-c3RvbmVzb3VwL2RhdGFhc3NvY2lhdG9yL3RyZWUucHk=) | `97.72% <100.00%> (+0.42%)` | :arrow_up: |

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