fix: put noqa comment on hdf5plugin import, compress HDF5 test file to ensure it requires the module for reading

hd5plugin import has the side effect of installing LZ4 codec
This commit is contained in:
2024-07-02 11:02:49 +02:00
parent 755ee207c5
commit 55ea6a16be
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from abc import ABC, abstractmethod
from collections import defaultdict
import h5py
import hdf5plugin
import hdf5plugin # noqa: F401
import numpy as np
from ophyd import Kind, Staged
from scipy.ndimage import gaussian_filter

Binary file not shown.