I went ahead and looked at this. I found two instances (so far). One is in the MeanShift tests and another in the OnlineSummarizer tests. The second of these, I can fix. The first may be tricky since tests of clustering are hard to write well.
On Tue, Sep 4, 2012 at 9:46 AM, Ted Dunning <[email protected]> wrote: > Yeah... if that is true, then the tests aren't well designed and are too > picky. > > > On Tue, Sep 4, 2012 at 9:24 AM, Sean Owen <[email protected]> wrote: > >> Then it makes fine sense to have the test framework pick a new seed >> and record it in the logs on every run. Before the above is fixed, it >> won't do much since those tests will certainly fail on (most?) new >> seeds. >> > >
