Skip to content

Commit

Permalink
Added cuda decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganyushin, Dmitry committed Jul 3, 2024
1 parent 0e9fa09 commit 9d38233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/bm3dornl/test_bm3d_ring_artifact_removal_ms.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def setup_sinogram():
return np.random.rand(size_x, size_y)


@pytest.mark.cuda_required
def test_bm3d_ring_artifact_removal_ms(
setup_sinogram,
):
Expand Down

0 comments on commit 9d38233

Please sign in to comment.