Bug#653948: [SciPy-Dev] cephes_smirnov never returns on mips/sparc/...

2012-03-30 Thread josef . pktd
On Fri, Mar 30, 2012 at 9:50 PM, Yaroslav Halchenko wrote: > yeap -- that > > -  if (n <= 0 || e < 0.0 || e > 1.0) > +  /* This comparison should assure returning NaN whenever > +     e is NaN itself.  In original || form it would proceed */ > +  if (!(n > 0 && e >= 0.0 && e <= 1.0)) > > > resolve

Bug#663986: [pystatsmodels] Re: Bug#663986: statsmodels: FTBFS: tests fail

2012-03-29 Thread josef . pktd
On Thu, Mar 29, 2012 at 12:47 PM, Yaroslav Halchenko wrote: > ah -- and found that you adopted it already: > https://github.com/statsmodels/statsmodels/issues/109 > > https://github.com/statsmodels/statsmodels/commit/590bd6238d7d2538a557ce664ee90f4b9116449c > 5 months ago > > cool -- thanks ;)