nicetoolbox.utils.filehandling.find_npz_files

nicetoolbox.utils.filehandling.find_npz_files(directory)[source]

Recursively find all npz files in the given directory.

Parameters:

directory (str) – The directory to search for npz files.

Returns:

A list of paths to the npz files found in the directory.

Return type:

npz_files (list)