Skip to content

Commit

Permalink
added test to check just from azure source
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Dec 24, 2024
1 parent 58530bb commit efc6bc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_ecmwf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ def test_ifs_xarray(date, filter):
def test_aifs_yesterday():
H = Herbie(yesterday, model="aifs", save_dir=save_dir, overwrite=True)
H.xarray(":10(?:u|v):")


def test_ifs_from_azure():
H = Herbie("2024-12-15", model="ifs", priority="azure")
assert H.grib
assert H.idx

0 comments on commit efc6bc8

Please sign in to comment.