Skip to content

Commit a02e607

Browse files
committed
FutureWarning: pandas.util.testing is deprecated
1 parent 1adfc75 commit a02e607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pyLDAvis/test_prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from numpy.testing import assert_array_equal
1010
import numpy as np
1111
import pandas as pd
12-
from pandas.util.testing import assert_frame_equal
12+
from pandas.testing import assert_frame_equal
1313

1414
from pyLDAvis import prepare
1515

0 commit comments

Comments
 (0)