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

remove unnecessary typo #936

Closed avcuenes closed 5 months ago

mharris-dstl commented 5 months ago

https://stackoverflow.com/questions/33729045/what-does-an-r-represent-before-a-string-in-python

r before string means string is treated as a raw string, affecting the use of \. The tests show a formatting error kicks up in stonesoup/dataassociator/probability.py, suggesting that this is not a typo and comes into use. Two options as I see it:

  1. Update stonesoup/dataassociator/probability.py to fix this formatting error
  2. Close the PR (less effort)

If you disagree, I'm happy to hear your reasoning.