Skip to content

Commit

Permalink
Address issue 197 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 18, 2016
1 parent f0a4106 commit 3a45c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imblearn/datasets/tests/test_make_imbalance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import Counter

import numpy as np
from nose.tools import assert_true
from sklearn.utils.testing import assert_true
from numpy.testing import assert_equal, assert_raises

from imblearn.datasets import make_imbalance
Expand Down

0 comments on commit 3a45c35

Please sign in to comment.