File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232
3333class TestHRDPS :
34- def test_hrdps_download ():
34+ def test_hrdps_download (self ):
3535 H = Herbie (
3636 yesterday_12z ,
3737 model = "hrdps" ,
@@ -46,7 +46,7 @@ def test_hrdps_download():
4646 assert H .get_localFilePath ().exists ()
4747 f .unlink ()
4848
49- def test_hrdps_north_download ():
49+ def test_hrdps_north_download (self ):
5050 H = Herbie (
5151 yesterday_12z ,
5252 model = "hrdps" ,
@@ -61,7 +61,7 @@ def test_hrdps_north_download():
6161 assert H .get_localFilePath ().exists ()
6262 f .unlink ()
6363
64- def test_hrdps_xarray ():
64+ def test_hrdps_xarray (self ):
6565 H = Herbie (
6666 yesterday ,
6767 model = "hrdps" ,
@@ -78,7 +78,7 @@ def test_hrdps_xarray():
7878
7979
8080class TestRDPS :
81- def test_rdps_download ():
81+ def test_rdps_download (self ):
8282 H = Herbie (
8383 yesterday_12z ,
8484 model = "rdps" ,
You can’t perform that action at this time.
0 commit comments