ComputationalPhysiology / simcardems

Simula Cardiac ElectroMechanics Solver
http://computationalphysiology.github.io/simcardems
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Store config as attributes instead #167

Closed finsberg closed 1 year ago

finsberg commented 1 year ago

There are some issues with saving content of dictionaries (in particular strings) as datasets using h5py. Here we change the default way we store dictionaries from datasets to attributes.