[dataview] fix chunking and loading for n-d data
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user