Skip to content

Commit d70746e

Browse files
committed
dev
1 parent 7cd6f09 commit d70746e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_bigger_data.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_native_emac_model_fails(test_data_path):
149149
"""
150150
An example of netCDF file that doesn't work
151151
152-
The actual issue is with h5py - it can't read it (netCDF classic)
152+
The actual issue is with h5py - it can't read it (netCDF3 classic)
153153
154154
h5py/_objects.pyx:54: in h5py._objects.with_phil.wrapper
155155
???
@@ -175,8 +175,9 @@ def test_native_emac_model_fails(test_data_path):
175175
pass
176176

177177
if USE_S3:
178+
active = Active(uri, "aps_ave", utils.get_storage_type())
178179
with pytest.raises(OSError):
179-
active = Active(uri, "aps_ave", utils.get_storage_type())
180+
active[...]
180181
else:
181182
active = Active(uri, "aps_ave")
182183
active._version = 2

0 commit comments

Comments
 (0)