We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python -m unittest output:
python -m unittest
test_mass_to_mix (tests.test_utils.SetupTestCase) ... ok test_setup (tests.test_viz.SetupTestCase) ... ok test_tsplot_1hr (tests.test_viz.SetupTestCase) ... /py-openaq/openaq/decorators.py:57: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead data = pd.io.json.json_normalize(resp) ERROR test_tsplot_1month (tests.test_viz.SetupTestCase) ... ERROR test_tsplot_1wk (tests.test_viz.SetupTestCase) ... ERROR test_tsplot_1yr (tests.test_viz.SetupTestCase) ... ERROR test_tsplot_24hr (tests.test_viz.SetupTestCase) ... ERROR test_tsplot_2wk (tests.test_viz.SetupTestCase) ... ERROR test_tsplot_4wk (tests.test_viz.SetupTestCase) ... ERROR
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
python -m unittest
output:The text was updated successfully, but these errors were encountered: