Skip to content
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

np.zeros, np.array, etc. not correctly identified #1083

Closed
memeplex opened this issue Apr 13, 2018 · 1 comment
Closed

np.zeros, np.array, etc. not correctly identified #1083

memeplex opened this issue Apr 13, 2018 · 1 comment

Comments

@memeplex
Copy link

I've observed the following while using jedi-vim but I think it's related to jedi itself:

  • np.zeros is identified as module zeros and no docstring is shown in the preview window.

  • The same for np.array (and others).

@davidhalter
Copy link
Owner

davidhalter commented Jun 22, 2019

This is not the case anymore (0.14.0). I'm pretty sure this was related to the speedups for tensorflow, which have since been reverted. #1116.

This means that it's now slower again, but also more precise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants