Skip to content

Commit

Permalink
remove arrow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Jan 30, 2023
1 parent f8b2c75 commit e4311b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions evalml/tests/component_tests/test_catboost_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ def test_catboost_regressor_double_categories_in_X(categorical_floats_df):
assert isinstance(fitted, CatBoostRegressor)
predictions = clf.predict(X)
assert isinstance(predictions, pd.Series)


# --> consider adding a test that confirms the original catboost error is still present - if it goes away we can remove this logic but keep the tests in the component test

0 comments on commit e4311b1

Please sign in to comment.