You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Python outputs these when compiling .py into .pyc, so you need to remove existing .pyc files in order for them to be produced. The usual solution to these is to use raw strings (i.e. r"") but to be honest, I'm completely confused by the escape sequences there.
When running the test suite via pytest, I've noticed a bunch of warnings about invalid escape sequences:
Note that Python outputs these when compiling
.py
into.pyc
, so you need to remove existing.pyc
files in order for them to be produced. The usual solution to these is to use raw strings (i.e.r""
) but to be honest, I'm completely confused by the escape sequences there.Fully reproducible code snippet
Official Documentation
n/a
The text was updated successfully, but these errors were encountered: