> On Sat, Mar 14, 2009 at 1:37 PM, <[email protected]> wrote: > OK. One more question: how often do the tests fail? I want to include a > note > to repeat testing if the test fails.
I don't like this. I think the prngs should use fixed seeds known to pass the test. Depending on confidence intervals in the units tests is really, really bad style. Tests should be deterministic. S.M. _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
