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
QGraphicsScene::removeItem: item 0x7fa732ea9c70's scene (0x0) is different from this scene (0x7fa72f608220)
QGraphicsScene::removeItem: item 0x7fa731c45570's scene (0x0) is different from this scene (0x7fa72f608220)
Traceback (most recent call last):
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/clement/em_controls.py", line 276, in _show_assembled
self._update_imview()
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/clement/em_controls.py", line 143, in _update_imview
self.imview.setImage(self.ops.data, levels=levels)
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/pyqtgraph/imageview/ImageView.py", line 273, in setImage
raise Exception("Can not interpret image with dimensions %s" % (str(img.shape)))
Exception: Can not interpret image with dimensions ()
Abort trap: 6
(clement) cssbhpi034-wlan:~ renerosch$
The text was updated successfully, but these errors were encountered:
Okay, we fixed that bug already, but its not implemented yet in the pip install.
For now it is safer to do installation from source (see wiki).
Whenever a bug is fixed you should then do:
git pull and pip install -e .
then you can still use 'clement' from the command line when you are in the correct conda environment
QGraphicsScene::removeItem: item 0x7fa732ea9c70's scene (0x0) is different from this scene (0x7fa72f608220)
QGraphicsScene::removeItem: item 0x7fa731c45570's scene (0x0) is different from this scene (0x7fa72f608220)
Traceback (most recent call last):
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/clement/em_controls.py", line 276, in _show_assembled
self._update_imview()
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/clement/em_controls.py", line 143, in _update_imview
self.imview.setImage(self.ops.data, levels=levels)
File "/Users/renerosch/miniconda3/envs/clement/lib/python3.7/site-packages/pyqtgraph/imageview/ImageView.py", line 273, in setImage
raise Exception("Can not interpret image with dimensions %s" % (str(img.shape)))
Exception: Can not interpret image with dimensions ()
Abort trap: 6
(clement) cssbhpi034-wlan:~ renerosch$
The text was updated successfully, but these errors were encountered: