Skip to content

Add mode argument to call to h5py.File

Thomas Vincent requested to merge tvincent/xsocs:h5py-compat into master

This PR makes sure that the mode argument is provide to all calls to h5py.File to avoid deprecation warning and support h5py v3.0.

closes #80 (closed)

Merge request reports