Skip to content

Commit

Permalink
Update single site lunar test site ID
Browse files Browse the repository at this point in the history
site ID 'Tucson' now has no data apparently
  • Loading branch information
zmoon committed Jul 19, 2023
1 parent f797db8 commit 992fb79
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 992fb79

Please sign in to comment.