uqmodels/preprocessing/structure.py
1
E721:
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
170
if
(
not
type
(
step
)
==
np
.
array
)
&
(
not
type
(
step
)
==
np
.
ndarray
):