-
Notifications
You must be signed in to change notification settings - Fork 122
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
numpy
's and torch
's functions are suddenly treated as typos
#969
Comments
numppy
functions are suddenly treated as typosnumpy
's and torch
's functions are suddenly treated as typos
Should be fixed in 1.20.3 which is building release binaries |
@epage On # Example markdown file
This file includes a code block
'''py
foo = np.arange(0,100,1)
''' (Pretend the This line gets changed to |
We limited the fix to just Python files. We do not have syntax-aware spell checking which means we cannot tell when one file type is embedded in another file type. Even if we did, it would be reasonable to refer to a symbol with |
This is now back in jupyther notebook (ipynb) files where cells containing np.arange() become np.arrange() |
Another case is when we see an increase in detected typos, but not sure if they shall be treated as typos...
gives following
see full log here
The text was updated successfully, but these errors were encountered: