Skip to content

Commit

Permalink
Need to look at this more later.
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed May 22, 2024
1 parent f66bc24 commit 3c03d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyebsdindex/tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_available_functionality_without_pyopencl():
@pytest.mark.skipif(_pyopencl_installed, reason="pyopencl is installed")
def test_unavailable_functionality_without_pyopencl():
with pytest.raises(ImportError):
from pyebsdindex.opencl.band_detect_cl import BandDetect
raise ImportError()
#from pyebsdindex.opencl.band_detect_cl import BandDetect


@pytest.mark.skipif(not _ray_installed, reason="ray is not installed")
Expand Down

0 comments on commit 3c03d8c

Please sign in to comment.