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

Issue with test pytest tests/io/test_read_aeronet_invv3.py #1455

Open
thorbjoernl opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1464
Open

Issue with test pytest tests/io/test_read_aeronet_invv3.py #1455

thorbjoernl opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1464
Assignees
Labels
bug 🐛 Something isn't working testing
Milestone

Comments

@thorbjoernl
Copy link
Collaborator

thorbjoernl commented Dec 11, 2024

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

  • Pyaerocom version: 0.26.dev0
  • Computing platform: NA
  • Configuration file (if applicable): NA
  • Error message (if applicable):
Exception has occurred: KeyError       (note: full exception trace is shown but execution is paused at: __getitem__)
AttributeError("'StationData' object has no attribute 'abs500aer'")
  File "/home/thlun8736/Documents/work/pyaerocom/pyaerocom/_lowlevel_helpers.py", line 251, in __getitem__
    return getattr(self, key)
AttributeError: 'StationData' object has no attribute 'abs500aer'

To Reproduce
Steps to reproduce the behavior:

  1. Checkout main-dev
  2. pytest tests/io/test_read_aeronet_invv3.py

Expected behavior
No test error.

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

Additional context
Add any other context about the problem here.

The file the test attempts to read is /lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/Aeronet.Inv.V3L2.0.daily/renamed/19930101_20241207_Berlin_FUB.all

@thorbjoernl thorbjoernl added bug 🐛 Something isn't working testing labels Dec 11, 2024
@thorbjoernl thorbjoernl added this to the m2025-01 milestone Dec 11, 2024
@thorbjoernl thorbjoernl changed the title Issue with test `` Issue with test pytest tests/io/test_read_aeronet_invv3.py Dec 11, 2024
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.

2 participants