-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG+1] Fix several DeprecationWarning: invalid escape sequence in examples #12924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG+1] Fix several DeprecationWarning: invalid escape sequence in examples #12924
Conversation
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @BoboTiG !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @BoboTiG
We'll need to handle these issues in the whole repo.
My pleasure :) I already checked the whole repos but found nothing. FYI I used this command: PYTHONWARNINGS=all python -m compileall . > /dev/null |
Thanks for your confirmation :) |
…n examples (scikit-learn#12924)" This reverts commit a190fcb.
…n examples (scikit-learn#12924)" This reverts commit a190fcb.
Reference Issues/PRs
None.
What does this implement/fix? Explain your changes.
This fixes several
DeprecationWarning: invalid sequence
in examples.Any other comments?
None.