fix because pandas testing API has changed
This commit is contained in:
parent
9dcd337315
commit
54fa6221a8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user