Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that at least one file in npz zipfile ends with .npy
from https://pydoc.dev/numpy/latest/numpy.lib.npyio.NpzFile.html: > NpzFile is used to load files in the NumPy .npz data archive format. It assumes that files in the archive have a .npy extension, other files are ignored.
- Loading branch information