Skip to content

Adapt to tomoscan 2.0.5 HDF5File modification

payno requested to merge fix_hdf5 into 2024.1

HDF5File use to map the silx.io.h5py_utils.File But with it we cannot melt current get_data (opening without file locking - first) and HDF5File.read (read with file locking). The simplest is to go back to h5py.File (reading without file locking) and use the default h5py.File (read also without file locking). Then this is consistent.

Merge request reports

Loading