Skip to content

Commit

Permalink
skip tree-test on 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Nov 11, 2016
1 parent 626e537 commit a5ab948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn/tree/tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from sklearn.utils.testing import assert_warns
from sklearn.utils.testing import raises
from sklearn.utils.testing import ignore_warnings
from sklearn.utils.testing import skip_if_32bit

from sklearn.utils.validation import check_random_state

Expand Down Expand Up @@ -362,6 +363,7 @@ def test_numerical_stability():
reg.fit(-X, -y)


@skip_if_32bit
def test_importances():
# Check variable importances.
X, y = datasets.make_classification(n_samples=2000,
Expand Down

0 comments on commit a5ab948

Please sign in to comment.