Refactor tests for processing and adapt it to new library structure, plus fix...
Compare changes
+ 34
− 34
@@ -27,10 +27,7 @@ __all__ = [
@@ -43,6 +40,7 @@ class FilterBase:
@@ -54,7 +52,9 @@ class Gaussian(FilterBase):
@@ -98,6 +98,7 @@ class Minimum(FilterBase):
@@ -144,6 +145,7 @@ class Pipeline:
@@ -214,10 +216,9 @@ class Pipeline:
@@ -243,10 +244,9 @@ def gaussian(vol: np.ndarray,
@@ -270,10 +270,9 @@ def median(vol: np.ndarray,
@@ -297,10 +296,9 @@ def maximum(vol: np.ndarray,
@@ -323,10 +321,10 @@ def minimum(vol: np.ndarray,
@@ -349,7 +347,9 @@ def tophat(vol: np.ndarray,