-
Notifications
You must be signed in to change notification settings - Fork 1
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
SyntaxWarnings when running a snippet from the README.md #8
Comments
A minor nitpick, feel free to ignore: The last warning -- |
JOSS review: openjournals/joss-reviews#7618 |
|
Thank you for raising this issue! Python 3.12 introduces some warnings with string, and the warnings arise from unescaped backslashes (\p) in triple-quoted docstrings, which Python interprets as invalid escape sequences. For now we have suppressed the issue and made a release in pypi. |
I ran the following snippet https://github.com/dilawar/joss-review-7618-ratesb-python/blob/674ad72e64fd11505a8809d45a7b0b412b748b83/review_ratesb_python/sanity_checks.py
I got the following warnings. I am on Windows + Python 3.12
If these SyntaxWarning can not be fixed for some reason then it should be mentioned in docs.
The text was updated successfully, but these errors were encountered: