(2) Open ws_histo in sliceviewer
(3) Zoom out so edge of data is visible
(4) move cursor outside extent of the data
Traceback (most recent call last):
File "C:\MantidNightlyInstall\bin\lib\site-packages\matplotlib\cbook\__init__.py", line 307, in process
func(*args, **kwargs)
File "C:\MantidNightlyInstall\bin\lib\site-packages\mantidqt\widgets\sliceviewer\views\cursor.py", line 57, in on_mouse_leave
self.on_cursor_outside_axes()
File "C:\MantidNightlyInstall\bin\lib\site-packages\mantidqt\widgets\sliceviewer\presenters\imageinfowidget.py", line 66, in on_cursor_outside_axes
extra_cols = self._presenter.get_extra_image_info_columns(DBLMAX, DBLMAX)
File "C:\MantidNightlyInstall\bin\lib\site-packages\mantidqt\widgets\sliceviewer\presenters\presenter.py", line 540, in get_extra_image_info_columns
if len(qdims) == 3 and self.get_frame() == SpecialCoordinateSystem.HKL:
File "C:\MantidNightlyInstall\bin\lib\site-packages\mantidqt\widgets\sliceviewer\presenters\presenter.py", line 171, in get_frame
return self.model.get_frame()
File "C:\MantidNightlyInstall\bin\lib\site-packages\mantidqt\widgets\sliceviewer\models\model.py", line 148, in get_frame
return self._ws.getSpecialCoordinateSystem()
RuntimeError: Variable invalidated, data has been deleted.
Describe the bug Difficult to reproduce, but moving cursor off the edge of MDHisto workspace produces an error
To Reproduce (1) Make workspace
(2) Open
ws_histo
in sliceviewer (3) Zoom out so edge of data is visible (4) move cursor outside extent of the data