-
Notifications
You must be signed in to change notification settings - Fork 21
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
A sneaky invalid escape? #131
Comments
I'm not sure that helps. I used this patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087040
|
Yeah, the problem is in the latex. |
Gah, apologies for not reading down a few lines further! 🫤 I've added the latex escapes to the latex, if that's useful. I've gone with the double-escape version, but can go with the raw-string if that's preferred. |
Hi all,
I found something interesting on (basic import) testing a new package of mine. Nox + pytest picked up the following error on trying to import radio-beam:
The offending line seems to be here
radio-beam/radio_beam/multiple_beams.py
Line 337 in f1111a4
I can't see any funky characters directly, but it also seems to highlight the (admittedly very unimportant) inconsistent docstring quotes. Would you be open to adopting a switch to
"""
for all docstrings following PEP-257?The text was updated successfully, but these errors were encountered: