limix.io.npy.read

limix.io.npy.read(filepath, verbose=True)[source]

Read NumPy arrays saved in a file.

Parameters
  • filepath (str) – File path.

  • verbose (bool, optional) – Defaults to True.

Returns

array – Data stored in the file.

Return type

array, tuple, dict, etc.