mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-23 11:27:57 +02:00
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:
@ -2,7 +2,7 @@ from abc import ABC, abstractmethod
|
|||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
import h5py
|
import h5py
|
||||||
import hdf5plugin
|
import hdf5plugin # noqa: F401
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from ophyd import Kind, Staged
|
from ophyd import Kind, Staged
|
||||||
from scipy.ndimage import gaussian_filter
|
from scipy.ndimage import gaussian_filter
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user