On Fri, Jan 7, 2011 at 7:54 PM, Mikkel Meyer Andersen <[email protected]> wrote:
> Hi, > > Thanks for noticing. It's probably the exact test that takes so long. I'll > have a look at the test and see if a smaller example (fewer observations) > will do. Unfortunately it won't be within the next two weeks. > > I just commented out the (portion of the) test case that was taking excessive time. It is validating that the maximum allowable sample size is accepted (as part of input parameter validation). It runs a maximum-sized test, which understandably takes a long time. I think we can safely eliminate that part of the validation, personally. Phil > Cheers, Mikkel. > Den 08/01/2011 00.09 skrev "Gilles Sadowski" <[email protected] > >: > > Hi. > > > > I recently noticed that the test > > org.apache.commons.math.stat.inference.WilcoxonSignedRankTestTest > > is very slow: it takes around 200 seconds on my machine (which is about > 85% > > of the total time for all the unit tests). > > This is fairly annoying when doing "mvn clean site" (sometimes several > > times) before a "commit". > > > > > > Regards, > > Gilles > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > >
