Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Luc Maisonobe
Le 24/11/2015 14:34, Phil Steitz a écrit : > On 11/24/15 3:40 AM, Luc Maisonobe wrote: >> Hi all, >> >> It seems the new bootstrap method introduced in fbc327e9 in order >> to solve MATH-1246 creates some random test failures. >> >> The reason is that an EnumeratedRealDistribution instance is >> cr

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Phil Steitz
On 11/24/15 3:40 AM, Luc Maisonobe wrote: > Hi all, > > It seems the new bootstrap method introduced in fbc327e9 in order > to solve MATH-1246 creates some random test failures. > > The reason is that an EnumeratedRealDistribution instance is > created without a random generator (there are no way t

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Phil Steitz
> On Nov 24, 2015, at 3:50 AM, Gilles wrote: > >> On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote: >> Hi all, >> >> It seems the new bootstrap method introduced in fbc327e9 in order >> to solve MATH-1246 creates some random test failures. >> >> The reason is that an EnumeratedRealDist

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote: Hi all, It seems the new bootstrap method introduced in fbc327e9 in order to solve MATH-1246 creates some random test failures. The reason is that an EnumeratedRealDistribution instance is created without a random generator (there are no

[math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Luc Maisonobe
Hi all, It seems the new bootstrap method introduced in fbc327e9 in order to solve MATH-1246 creates some random test failures. The reason is that an EnumeratedRealDistribution instance is created without a random generator (there are no way to pass a random generator in the bootstrap method). Th