You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ccordoba12
changed the title
Numpy-1.23.0 breaks autocompletion and makes the tests fail
Numpy 1.23.0 breaks autocompletion and makes the tests fail
Jun 23, 2022
With numpy 1.23 installed, autocompletion does not work in the editor for numpy (
np.
+<tab>
doesn't do anything on my mac)This causes the tests to fail, see:
https://github.com/spyder-ide/spyder/runs/7018273169?check_suite_focus=true
https://github.com/spyder-ide/spyder/runs/7018273253?check_suite_focus=true
https://github.com/spyder-ide/spyder/runs/7018273354?check_suite_focus=true
I can reproduce on my machine. The test pass with numpy 1.21 but fail with 1.23
The text was updated successfully, but these errors were encountered: