2014-03-24 13:05 GMT+01:00 Gael Varoquaux <[email protected]>: > It's been a little while that our test suite doesn't finish under > jenkins with Python 3.3 because it takes too long to run: > https://jenkins.shiningpanda.com/scikit-learn/job/python-3.3-numpy-1.7.1-scipy-0.12.0/lastBuild/console > > We need to make sure that we keep a bound on the build time and test time > each time we merge in code (removing HMM will gain 20s in the test suite, > but that's for in 2 releases). > > As a side note, I don't understand why the build + test time is much > longer for Python 3.3 compared to other version under jenkins (it is true > only under jenkins, not on travis).
Weird, I will try to upgrade the jenkins env to python 3.4 and latest numpy / scipy soon. However to reduce the test time we could decide to skip the longest HMM tests from now on. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
