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
just type a in line 84 to try autocompletion fwhen importing matplotlib
boom
Traceback
Traceback (most recent call last):
File "/home/explore/miniconda3/envs/minecraft/lib/python3.6/site-packages/spyder/plugins/editor/widgets/codeeditor.py", line 4490, in _handle_completionsif (len(text) >=self.automatic_completions_after_chars
TypeError: '>=' not supported between instances of 'int' and 'tuple'
@ccordoba12@castorfou I was able to replicate this but first I had to change the preferences to enable autocompletion results after just 1 character (the default is 3 I think):
Note: The issue is actually caused not for an specific value but because of the change of the value. When changing it, it causes the self.automatic_completions_after_chars to become a tuple instead of just updating is number value (the tuple has the actual updated value inside). Strangely, after a Spyder restart the value is set properly
Description
What steps will reproduce the problem?
follow instructions in kite_tutorial.py
just type a in line 84 to try autocompletion fwhen importing matplotlib
boom
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: