Skip to content

Commit

Permalink
pass a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Nov 8, 2024
1 parent 7ee0165 commit ab03a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_catboost_with_categorical_features():
"X, y",
[
(
pd.DataFrame(rng.standard_normal(100, 5)),
pd.DataFrame(rng.standard_normal((100, 5))),
pd.Series(rng.standard_normal(100)),
),
(rng.standard_normal(100, 5), rng.standard_normal(100)),
Expand Down

0 comments on commit ab03a4d

Please sign in to comment.