Skip to content

Commit

Permalink
Check whether to skip Sedov test before importing Sedov.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Jul 24, 2014
1 parent 45bc5b3 commit 215245e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/euler_3d/test_sedov_and_hdf.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
def test_sedov_and_hdf():
"""Test HDF I/O on Sedov 3D Euler application"""

import Sedov
try:
import h5py
import scipy
except ImportError:
import nose
raise nose.SkipTest

import Sedov

def verify_sedov(controller):
import os
from clawpack.pyclaw.util import check_diff
Expand Down

0 comments on commit 215245e

Please sign in to comment.