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

Test failing locally #1203

Closed
lewisblake opened this issue Jun 13, 2024 · 1 comment · Fixed by #1210
Closed

Test failing locally #1203

lewisblake opened this issue Jun 13, 2024 · 1 comment · Fixed by #1210
Labels
bug Something isn't working testing
Milestone

Comments

@lewisblake
Copy link
Member

Describe the bug
4 tests are failing locally

FAILED tests/io/test_helpers_units.py::test_unitconv_wet_depo_bck - ValueError: Invalid frequency: ME
FAILED tests/io/test_helpers_units.py::test_unitconv_wet_depo_from_emep - ValueError: Invalid frequency: ME
FAILED tests/io/test_helpers_units.py::test_unitconv_wet_depo_from_emep_time_not_pandas_series - ValueError: Invalid frequency: ME
FAILED tests/io/test_read_aeronet_invv3.py::test_load_berlin - assert [0.0155087894...2667715954319] == approx([0.015...79 ± 1.3e-06])

Please provide a clear and concise description of what the bug is.

  • Pyaerocom version: 0.20.dev1
  • Computing platform:
  • Configuration file (if applicable):
  • Error message (if applicable):

To Reproduce
Steps to reproduce the behavior:

  1. pytest .

Expected behavior
A clear and concise description of what you expected to happen.

All tests to pass locally.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
test_unit_helpers.py has a bug which should be closed by #1202
test_read_aeronoet_invv3.py::test_load_berlin still will need to be fixed.

@lewisblake lewisblake added bug Something isn't working testing labels Jun 13, 2024
@lewisblake lewisblake added this to the m2024-07 milestone Jun 13, 2024
@lewisblake
Copy link
Member Author

test_load_berlin can be an xfail, or rewrite the test. file probably got updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant