Skip to content

Commit

Permalink
Tests seem to no longer hang on gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Dec 15, 2023
1 parent 9e4f1b1 commit 77f9d08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scico/test/linop/xray/test_svmbir.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
BIG_INPUT = (32, 33, 50, 51, 125, 1.2)
SMALL_INPUT = (4, 5, 7, 8, 16, 1.2)

device = jax.devices()[0]


def pytest_generate_tests(metafunc):
param_ranges = {
Expand Down Expand Up @@ -154,7 +152,6 @@ def test_adjoint(


@pytest.mark.slow
@pytest.mark.skipif(device.platform != "cpu", reason="test hangs on gpu")
def test_prox(
is_3d,
center_offset_small,
Expand Down Expand Up @@ -186,7 +183,6 @@ def test_prox(


@pytest.mark.slow
@pytest.mark.skipif(device.platform != "cpu", reason="test hangs on gpu")
def test_prox_weights(
is_3d,
center_offset_small,
Expand Down

0 comments on commit 77f9d08

Please sign in to comment.