We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14630ee commit e68f3f9Copy full SHA for e68f3f9
1 file changed
sklearn/datasets/tests/test_kddcup99.py
@@ -41,8 +41,7 @@ def test_percent10():
41
assert_equal(data.target.shape, (9571,))
42
43
X_y_tuple = fetch_kddcup99('smtp', return_X_y=True)
44
- bunch = fetch_kddcup99('smtp')
45
- check_return_X_y(bunch, X_y_tuple)
+ check_return_X_y(data, X_y_tuple)
46
47
48
def test_shuffle():
0 commit comments