Skip to content

Commit

Permalink
Merge pull request #127 from zmoon/fix/aeronet-lunar-test
Browse files Browse the repository at this point in the history
Update AERONET single site lunar test site ID
  • Loading branch information
zmoon authored Jul 19, 2023
2 parents f797db8 + 992fb79 commit 5acbc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aeronet.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_add_data_lunar():
assert df.index.size > 0

dates = pd.date_range("2022/01/20", "2022/01/21")
df = aeronet.add_data(dates, lunar=True, siteid="Tucson")
df = aeronet.add_data(dates, lunar=True, siteid="Chilbolton")
assert df.index.size > 0


Expand Down

0 comments on commit 5acbc95

Please sign in to comment.