Skip to content

Commit

Permalink
TST: stats.rdist: skip failing xslow test (scipy#21953)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mdhaber authored Nov 27, 2024
1 parent a58579e commit 36e349b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy/stats/tests/test_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def cases_test_fit_mse():
'gausshyper', 'genhyperbolic', # integration warnings
'tukeylambda', # close, but doesn't meet tolerance
'vonmises', # can have negative CDF; doesn't play nice
'arcsine', 'argus', 'powerlaw', # don't meet tolerance
'arcsine', 'argus', 'powerlaw', 'rdist', # don't meet tolerance
'poisson_binom', # vector-valued shape parameter
}

Expand Down Expand Up @@ -314,7 +314,7 @@ def cases_test_fit_mse():
'nakagami', 'ncf', 'nchypergeom_fisher',
'nchypergeom_wallenius', 'nct', 'ncx2',
'pearson3', 'powerlognorm',
'rdist', 'reciprocal', 'rel_breitwigner', 'rice',
'reciprocal', 'rel_breitwigner', 'rice',
'trapezoid', 'truncnorm', 'truncweibull_min',
'vonmises_line', 'zipfian'}

Expand Down

0 comments on commit 36e349b

Please sign in to comment.