Refactor tests for processing and adapt it to new library structure, plus fix...
Compare changes
Files
4+ 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):
@@ -142,8 +143,9 @@ class Pipeline:
@@ -182,7 +184,7 @@ class Pipeline:
@@ -214,10 +216,9 @@ class Pipeline:
@@ -231,7 +232,7 @@ def gaussian(vol: np.ndarray,
@@ -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,
@@ -347,15 +345,17 @@ def tophat(vol: np.ndarray,
\ No newline at end of file