1 parent 2f85da7 commit cb2d442Copy full SHA for cb2d442
1 file changed
tests/test_canadian.py
@@ -30,7 +30,7 @@
30
i.unlink()
31
32
33
-class TestHRDPS():
+class TestHRDPS:
34
def test_hrdps_download():
35
H = Herbie(
36
yesterday_12z,
@@ -46,7 +46,6 @@ def test_hrdps_download():
46
assert H.get_localFilePath().exists()
47
f.unlink()
48
49
-
50
def test_hrdps_north_download():
51
52
@@ -94,8 +93,6 @@ def test_rdps_download():
94
93
95
96
97
98
99
def test_hrdps_to_netcdf():
100
"""Check that a xarray Dataset can be written to a NetCDF file.
101
0 commit comments