Skip to content

Commit 8bd38ef

Browse files
committed
Fix on_data test
1 parent dd56265 commit 8bd38ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_prep/test_stripe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_remove_stripe_fw_on_data(data, flats, darks):
5757
data_norm = dark_flat_field_correction(data, flats, darks, cutoff=10)
5858
data_norm = minus_log(data_norm)
5959

60-
data_after_stripe_removal = remove_stripe_fw(cp.copy(data_norm), level=7).get()
60+
data_after_stripe_removal = remove_stripe_fw(cp.copy(data_norm), wname='sym16', sigma=1, level=7).get()
6161

6262
assert_allclose(np.mean(data_after_stripe_removal), 0.279236, rtol=1e-05)
6363
assert_allclose(

0 commit comments

Comments
 (0)