Skip to content

Commit a60148b

Browse files
committed
TST: update a conditional in an attempt to reduce duration of a long-running test case
1 parent cdc6b1c commit a60148b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pre_3_10/test_fm_negfc_3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_algos(
122122
algo_options["radius_int"] = res0[0][0] - 2 * ds.fwhm
123123
algo_options["asize"] = 4 * ds.fwhm
124124
algo_options["delta_rot"] = 1
125-
if pca_algo == pca:
125+
if pca_algo == median_sub:
126126
# just test it once because very slow
127127
sp_unc = speckle_noise_uncertainty(
128128
cube_emp,

0 commit comments

Comments
 (0)