2 parents 1da0f22 + 38d71fc commit 0e27359Copy full SHA for 0e27359
1 file changed
tests/test_gfs.py
@@ -35,8 +35,14 @@ def test_gfs():
35
H.xarray(filter)
36
37
def test_graphcast():
38
+
39
+ end_date = datetime(2026,5,5)
40
+ the_date = today-timedelta(hours=12)
41
+ if the_date > end_date:
42
+ the_date = end_date
43
44
H = Herbie(
- today-timedelta(hours=12),
45
+ the_date,
46
priority="aws",
47
product="pgrb2.0p25",
48
model="graphcast",
0 commit comments