Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Feb 27, 2025
1 parent 0c21bb0 commit be682b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_PyerocomBinding.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class TestPyaroReaderPyaerocom(unittest.TestCase):
}
AERONETVAR = "od440aer"
# ACTRISEBASVAR = "concso4t"
ACTRISEBASVAR = "vmro3"
ACTRISEBASVAR = "concso4c"
# ACTRISEBASVAR = "vmro3"
ACTRISEBASVARLIST = ["concso4t", "concso4c"]

def test_pyaerocom_aeronet(self):
Expand Down

0 comments on commit be682b3

Please sign in to comment.