[dataview] fix chunking and loading for n-d data

This commit is contained in:
2021-01-18 09:55:47 +01:00
parent ecb20e5ff8
commit 147ebd64ca
4 changed files with 40 additions and 28 deletions

View File

@@ -347,7 +347,7 @@ class PlotScreen(QWidget):
try:
self._data_view = DataView(item, self._file_handler)
except ValueError as e:
print(e)
print("error in plotscreen.plot", e)
return
self._data_view.request_more() # TODO this is just a test, needs to be removed
print(self._data_view)