h5py_File_read_ndarray_int#
- pybrops.core.util.h5py.h5py_File_read_ndarray_int(h5file, fieldname)[source]#
Read a
numpy.ndarray
from a file. If the datatype is notint
, convert toint
.Bare-bones function. Does not perform any type checks on inputs.
- Parameters:
h5file (h5py.File) – An open, readable HDF5 file stream.
fieldname (str) – Name of the field from which to read.
- Returns:
out – An
int
array read from the HDF5 file.- Return type:
numpy.ndarray