Upstream PR: rlabbe/filterpy#303
Issue Type: Cherry-pick failed: fatal: bad object cca4c1096d8a7a3141122ed7c0de435ac6055c2a
Problem
Error: Cherry-pick failed: fatal: bad object cca4c1096d8a7a3141122ed7c0de435ac6055c2a
Original Description
Hi,
I was just tired of getting the
filterpy/common/helpers.py:364: DeprecationWarning: invalid escape sequence '\S'
warning. I know that since a raw string is used, it should be no issue, but it keeps coming up in my logs. Hence, I changed it. I think this should be fine since it says that the \ is not an escape character for Python but part of the (LaTeX) text.