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 recursion error when printing objects #832

Closed sglvladi closed 1 year ago

sglvladi commented 1 year ago

This PR aims to fix #831 by avoiding the recursive call to BaseRepr.whitespace_remove().

sglvladi commented 1 year ago

@orosoman-dstl I realised there was a cleaner way to code it, hence the new commit. Please check to make sure you are still happy