perturbopy.test_utils.compare_data.h5.save_dict_to_hdf5

perturbopy.test_utils.compare_data.h5.save_dict_to_hdf5(group, dictionary)

Saved the dictionary into HDF5 file recursively. :param group: file, where the dictionary will be saved :type group: HDF5 file :param dictionary: dictionary with the information which will be saved :type dictionary: dict

Returns:

  • None

  • .. note:: – The initial passed group will be changed itself in-place