Skip to content

Commit baa2229

Browse files
committed
Skipping hdf5 test
1 parent d3cfaec commit baa2229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_4D(backend, forward_output):
168168
import netCDF4
169169
except ImportError:
170170
skip['netcdf4'] = True
171-
skip['netcdf4'] = True
171+
skip['hdf5'] = True
172172
for bnd in ('hdf5', 'netcdf4'):
173173
if not skip[bnd]:
174174
forw_output = [False]

0 commit comments

Comments
 (0)