Skip to content

Commit

Permalink
replace deprecated imports from pandas.util.testing with pandas.testi…
Browse files Browse the repository at this point in the history
…ng (#50)
  • Loading branch information
j-ittner authored Oct 20, 2020
1 parent 5ed6092 commit e228fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/sklearndf/transformation/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd
import pytest
import sklearn
from pandas.util.testing import assert_frame_equal
from pandas.testing import assert_frame_equal
from sklearn.base import BaseEstimator
from sklearn.compose import ColumnTransformer
from sklearn.preprocessing import Normalizer
Expand Down

0 comments on commit e228fbb

Please # to comment.