Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 12, 2024
1 parent 4a2f78a commit 3d70643
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from catboost import CatBoostClassifier, CatBoostRegressor, Pool
except Exception:
pytest.skip(
reason="ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject", allow_module_level=True
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 3d70643

Please sign in to comment.