File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ if [ $PY -eq 3 ]; then
25
25
# mpiexec -n 12 python -m coverage test_mpifft.py
26
26
mpiexec -n 2 python -m coverage run spectral_dns_solver.py
27
27
mpiexec -n 2 python -m coverage run -m test_io
28
- mpiexec -n 4 python -m coverage run -m test_io
28
+ # mpiexec -n 4 python -m coverage run -m test_io
29
29
mpiexec -n 2 python -m coverage run -m test_darray
30
- mpiexec -n 4 python -m coverage run -m test_darray
30
+ # mpiexec -n 4 python -m coverage run -m test_darray
31
31
32
32
python -m coverage combine
33
33
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ def test_4D(backend, forward_output):
168
168
import netCDF4
169
169
except ImportError :
170
170
skip ['netcdf4' ] = True
171
- skip ['hdf5' ] = True
172
171
for bnd in ('hdf5' , 'netcdf4' ):
173
172
if not skip [bnd ]:
174
173
forw_output = [False ]
You can’t perform that action at this time.
0 commit comments