Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Mueller c210c0b1fb FIX for filtering of meta estimators in python2.6 2012-06-27 20:53:19 +02:00
Andreas Mueller 30d624601a FIX better class selection, more strict testing. 2012-06-26 14:16:04 +02:00
Andreas Mueller 282d2671c7 BUG fix testing for abstract classes 2012-06-26 14:16:04 +02:00
Andreas Mueller 1e9c337927 ENH don't list abstract base classes 2012-06-26 14:16:03 +02:00
Andreas Mueller 863d53cb40 ENH factorize common tests. 2012-06-26 14:16:03 +02:00
Andreas Mueller acac9582ba FIX assert_greater message 2012-05-06 17:27:15 +02:00
Gael Varoquaux 1cf2faae9e BUG: fix assert_greater
And add a test: when doing a backport, it is always wise to check ones
implementation against the original
2012-05-06 17:10:55 +02:00
Gael Varoquaux 104fe38133 BUG: fix assert_greater/assert_lower
Pyflakes would have prevented this bug :)
2012-05-06 16:12:20 +02:00
Andreas Mueller 3e5f2e5e08 ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
Andreas Mueller a707c34d1c ENH remove duplicate definition of "assert_lower" in tests 2012-05-06 11:11:02 +02:00
Olivier Grisel 9b4be76534 FIX #807: non regression test for KPCA on make_circles dataset 2012-05-02 04:24:54 +02:00
Lars Buitinck 32f9a7cefb COSMIT replace utils.testing.assert_in with Nose-compatible functions 2012-04-05 14:39:07 +02:00
Andreas Mueller 8ec25b86e1 FIX This should fix the doctests in the datasets dir. They take quite long, I think it's because of the svmlight loaders. So I didn't include them in the standard make target 2011-12-18 19:35:22 +01:00
Jake Vanderplas 3d93ce82cf simplify warning test; remove assert_warns from utils 2011-10-09 21:57:21 +02:00
Jake Vanderplas 1ccb8ebea7 fixes for tests 2011-10-09 21:57:21 +02:00
Jake Vanderplas bc563c22d6 add warning messages to KNeighbors 2011-10-09 21:57:21 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00