Skip to content

Commit cb2d442

Browse files
committed
fix bug in tests
1 parent 2f85da7 commit cb2d442

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_canadian.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
i.unlink()
3131

3232

33-
class TestHRDPS():
33+
class TestHRDPS:
3434
def test_hrdps_download():
3535
H = Herbie(
3636
yesterday_12z,
@@ -46,7 +46,6 @@ def test_hrdps_download():
4646
assert H.get_localFilePath().exists()
4747
f.unlink()
4848

49-
5049
def test_hrdps_north_download():
5150
H = Herbie(
5251
yesterday_12z,
@@ -94,8 +93,6 @@ def test_rdps_download():
9493
f.unlink()
9594

9695

97-
98-
9996
def test_hrdps_to_netcdf():
10097
"""Check that a xarray Dataset can be written to a NetCDF file.
10198

0 commit comments

Comments
 (0)