You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self = <pysus.tests.test_data.test_vaccine.VaccineTestCase testMethod=test_Download>
def test_Download(self):
"""Careful! this download can take a long time"""
df = download_covid("BA", only_header=True)
> self.assertIsInstance(df, pd.DataFrame)
E AssertionError: <pandas.io.parsers.readers.TextFileReader object at 0x7ff8eb092ec0> is not an instance of <class 'pandas.core.frame.DataFrame'>
test_data/test_vaccine.py:12: AssertionError
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: