pyPESTO
pyPESTO copied to clipboard
Failure to load HDF5 history from write-protected files
Since https://github.com/ICB-DCM/pyPESTO/pull/909 it's not possible to load History from write protected hdf5 files, because
Hdf5History._maybe_generate_hdf5_group in Hdf5History.__init__ always tries to open the file for appending.