fix because pandas testing API has changed

This commit is contained in:
Benjamin Mako Hill 2023-04-29 11:52:13 -07:00
parent 9dcd337315
commit 54fa6221a8

View File

@ -3,7 +3,7 @@ import os
import subprocess import subprocess
from shutil import copyfile from shutil import copyfile
import pandas as pd import pandas as pd
from pandas.util.testing import assert_frame_equal from pandas.testing import assert_frame_equal
from io import StringIO from io import StringIO
# with / without pwr DONE # with / without pwr DONE