Skip to content

Commit

Permalink
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Browse files Browse the repository at this point in the history
…sts/test_catboost.py
  • Loading branch information
Matt711 authored Dec 11, 2024
1 parent 0b4f5fa commit 4a2f78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from catboost import CatBoostClassifier, CatBoostRegressor, Pool
except Exception:
pytest.skip(
"ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"
reason="ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject", allow_module_level=True
)
from sklearn.datasets import make_classification, make_regression

Expand Down

0 comments on commit 4a2f78a

Please sign in to comment.