Skip to content

Commit

Permalink
Fix test failure.
Browse files Browse the repository at this point in the history
Sorry about that.
  • Loading branch information
mblondel committed Oct 19, 2012
1 parent 3f42c71 commit f358799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

# Conveniently import all assertions in one place.
from nose.tools import assert_equal
from nose.tools import assert_almost_equal
from nose.tools import assert_true
from nose.tools import assert_false
from nose.tools import assert_raises

from numpy.testing import assert_almost_equal
from numpy.testing import assert_array_equal
from numpy.testing import assert_array_almost_equal

Expand Down

0 comments on commit f358799

Please sign in to comment.