Skip to content

Commit 36e349b

Browse files
authored
TST: stats.rdist: skip failing xslow test (scipy#21953)
[skip ci]
1 parent a58579e commit 36e349b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scipy/stats/tests/test_fit.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def cases_test_fit_mse():
284284
'gausshyper', 'genhyperbolic', # integration warnings
285285
'tukeylambda', # close, but doesn't meet tolerance
286286
'vonmises', # can have negative CDF; doesn't play nice
287-
'arcsine', 'argus', 'powerlaw', # don't meet tolerance
287+
'arcsine', 'argus', 'powerlaw', 'rdist', # don't meet tolerance
288288
'poisson_binom', # vector-valued shape parameter
289289
}
290290

@@ -314,7 +314,7 @@ def cases_test_fit_mse():
314314
'nakagami', 'ncf', 'nchypergeom_fisher',
315315
'nchypergeom_wallenius', 'nct', 'ncx2',
316316
'pearson3', 'powerlognorm',
317-
'rdist', 'reciprocal', 'rel_breitwigner', 'rice',
317+
'reciprocal', 'rel_breitwigner', 'rice',
318318
'trapezoid', 'truncnorm', 'truncweibull_min',
319319
'vonmises_line', 'zipfian'}
320320

0 commit comments

Comments
 (0)