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
Double click on the first element and change it from 0 to 5
Click OK
Got this error report pop up
File "/Users/measejm1/anaconda/envs/python3_general/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/measejm1/anaconda/envs/python3_general/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 253, in data
value = self.get_value(index)
File "/Users/measejm1/anaconda/envs/python3_general/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
What is the expected output? What do you see instead?
Expected the first element to be changed to 5 in the workspace
Description
What steps will reproduce the problem?
Open
b
in variable explorerDouble click on the first element and change it from 0 to 5
Click OK
Got this error report pop up
File "/Users/measejm1/anaconda/envs/python3_general/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/measejm1/anaconda/envs/python3_general/lib/python3.6/site-packages/spyder/widgets/variableexplorer/arrayeditor.py", line 253, in data
value = self.get_value(index)
File "/Users/measejm1/anaconda/envs/python3_general/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
What is the expected output? What do you see instead?
Expected the first element to be changed to 5 in the workspace
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: