neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

DeprecationWarning for invalid escape sequence in ASCII art string #211

Closed lochhh closed 2 weeks ago

lochhh commented 3 weeks ago

Pytest is giving a DeprecationWarning for

invalid escape sequence '\ ' ...

in ASCII_ART in the CLI entrypoint.

Using raw string will suppress the warning.