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
However I have no noticeable problems. So the error message is the only problem.
Traceback
Traceback (most recent call last):
File "D:\Programs\anaconda3\lib\site-packages\spyder\plugins\editor\extensions\snippets.py", line 52, in wrapperreturn f(self, *args, **kwargs)
File "D:\Programs\anaconda3\lib\site-packages\spyder\plugins\editor\extensions\snippets.py", line 241, in _process_textself.insert_text(text, line, column)
File "D:\Programs\anaconda3\lib\site-packages\spyder\plugins\editor\extensions\snippets.py", line 375, in insert_text
snippet.placeholder = new_text_node
AttributeError: 'NoneType' object has no attribute 'placeholder'
Hey @AaronBiddle, thanks for reporting. We'll fix this issue in our next version (5.1.0), to be released shortly.
ccordoba12
changed the title
Issue Reporter pops up when copying and pasting into SimpleImputer.fit_transform()
Error when copying and pasting into SimpleImputer.fit_transform()
Aug 1, 2021
Description
What steps will reproduce the problem?
as soon as I paste "X[:,1:3]" in fit_transform parentheses, Issue Reporter always pops up:
However I have no noticeable problems. So the error message is the only problem.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: