Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check why Vaccine is breaking in the tests #118

Open
luabida opened this issue Mar 14, 2023 · 0 comments
Open

Check why Vaccine is breaking in the tests #118

luabida opened this issue Mar 14, 2023 · 0 comments
Labels

Comments

@luabida
Copy link
Collaborator

luabida commented Mar 14, 2023

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
@luabida luabida added the bug label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant