Skip to content

Commit

Permalink
Merge pull request statsmodels#1865 from josef-pkt/disable_tst_distri…
Browse files Browse the repository at this point in the history
…bution_1864

TST Disable test distribution see statsmodels#1864
  • Loading branch information
josef-pkt committed Aug 1, 2014
2 parents 1202403 + 3d0ee8b commit e29b22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion statsmodels/sandbox/distributions/tests/testtransf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def __init__(self):
(absnormalg, stats.halfnorm),
(absnormalg, stats.foldnorm(1e-5)), #try frozen
#(negsquarenormalg, 1-stats.chi2), # won't work as distribution
(squaretg(10), stats.f(1, 10))] #try both frozen
#(squaretg(10), stats.f(1, 10)) # disable temporarily see #1864
] #try both frozen

l,s = 0.0, 1.0
self.ppfq = [0.1,0.5,0.9]
Expand Down

0 comments on commit e29b22a

Please sign in to comment.