Files
galaxy/lib
mvdbeek 28c19ebadf 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.
2024-03-25 09:20:50 +01:00
..