Skip to content

Commit f3de1a1

Browse files
committed
removes irrelevant stripe_ri test
1 parent d95e59d commit f3de1a1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_prep/test_stripe.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ def test_remove_stripe_ti_on_data(data, flats, darks):
3434
assert data_after_stripe_removal.dtype == np.float32
3535

3636

37-
# @pytest.mark.parametrize("angles", [180, 181])
38-
# @pytest.mark.parametrize("det_x", [11, 18])
39-
# @pytest.mark.parametrize("det_y", [5, 7])
40-
# def test_remove_stripe_ti_dims_change(angles, det_y, det_x):
41-
# data = cp.random.random_sample(size=(angles, det_y, det_x)).astype(cp.float32) * 2.0
42-
# corrected_data = remove_stripe_ti(data.copy())
43-
# assert corrected_data.shape == (angles, det_y, det_x)
44-
45-
4637
def test_stripe_removal_sorting_cupy(data, flats, darks):
4738
# --- testing the CuPy port of TomoPy's implementation ---#
4839
data = normalize(data, flats, darks, cutoff=10, minus_log=True)

0 commit comments

Comments
 (0)