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
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 384, in setEditorData
text = from_qvariant(index.model().data(index, Qt.DisplayRole), str)
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 253, in data
value = self.get_value(index)
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 247, in get_value
return self.changes.get((i, j), self._data[i, j])
IndexError: too many indices for array
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 384, in setEditorData
text = from_qvariant(index.model().data(index, Qt.DisplayRole), str)
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 253, in data
value = self.get_value(index)
File "/Users/weif/anaconda/envs/py36/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 247, in get_value
return self.changes.get((i, j), self._data[i, j])
IndexError: too many indices for array
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: