issues
search
cvnlab
/
GLMsingle
A toolbox for accurate single-trial estimates in fMRI time-series data
BSD 3-Clause "New" or "Revised" License
101
stars
45
forks
source link
fixed bug in h5py dataset saving when fields are None
#143
Closed
jacob-prince
closed
4 months ago
jacob-prince
commented
4 months ago
for cases where the "data" argument of h5py create_dataset are None (as when the user disables GLMdenoise or fracridge), that function errors out
we resolve this issue using the proper method of saving empty fields/objects in h5py (
https://docs.h5py.org/en/stable/high/dataset.html#creating-and-reading-empty-or-null-datasets-and-attributes
)