We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71551ea commit 68410a1Copy full SHA for 68410a1
mne/externals/pymatreader/utils.py
@@ -111,7 +111,7 @@ def _handle_hdf5_dataset(hdf5_object):
111
data = [hdf5_object.file[cur_data] for cur_data in data.flatten()]
112
if len(data) == 1 and hdf5_object.attrs['MATLAB_class'] == b'cell':
113
data = data[0]
114
- data = data.value
+ data = data[()]
115
return _assign_types(data)
116
117
data = _hdf5todict(data)
0 commit comments