Include missing import
#8
by
BenedictWJIrwin
- opened
In branch case
if path.suffix == '.npz':
features = np.load(path, allow_pickle=True)
np is not defined, missing import
I believe I actually fixed this in one of my PRs and is in main.
BenedictWJIrwin
changed pull request status to
closed