Include missing import

#8

In branch case
if path.suffix == '.npz':
features = np.load(path, allow_pickle=True)

np is not defined, missing import

SandboxAQ org

I believe I actually fixed this in one of my PRs and is in main.

BenedictWJIrwin changed pull request status to closed

Sign up or log in to comment