parpe.hdf5.write_int_array

parpe.hdf5.write_int_array(f, path, values, dtype='<i4')[source]

Write integer array to hdf5

Parameters:
  • f (Group) – h5py.File

  • path (str) – path of the dataset to create

  • values (Collection[int]) – array to write

  • dtype – datatype