Open astrofroger opened 1 year ago
My solution to this issue is to change ####################################### return h5py.File(random_id(), driver='core', backing_store=False) ####################################### to ####################################### return h5py.File(random_id(), 'w', driver='core', backing_store=False) ####################################### Is it ok? Thanks!
Hi Thomas!
I am trying to run the model following http://docs.hyperion-rt.org/en/stable/tutorials/example_class1.html but it fails with: ###################################################
Actually it worked before, but failed after a reinstallation of Hyperion (0.9.10) and updating of the system baded python (3.11 currently).
Any way to fix this? Thanks a lot!