Skip to content

Commit

Permalink
Update test_polars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 7, 2024
1 parent 2a9b2b5 commit f317b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skpro/datatypes/tests/test_polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def estimator():
def _pd_to_pl(df):
return convert(df, from_type="pd_Series_Table", to_type="polars_eager_table")


@pytest.fixture
def polars_load_diabetes_polars(polars_load_diabetes_pandas):
X_train, X_test, y_train = polars_load_diabetes_pandas
Expand Down

0 comments on commit f317b82

Please sign in to comment.