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 track to track associations type #870

Closed sdhiscocks closed 9 months ago

sdhiscocks commented 9 months ago

Associations expect objects to be in a set, not a tuple. OrderedSet has been used to preserve order which may be useful.