Skip to content

Commit

Permalink
[dace] Fix for test marker
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Oct 30, 2023
1 parent bd2c98c commit 3e01716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


@pytest.mark.requires_gpu
@pytest.mark.parametrize("fieldview_backend", [dace_iterator.run_dace_gpu, gtfn.run_gtfn_gpu])
@pytest.mark.parametrize("fieldview_backend", [dace_iterator.run_dace, gtfn.run_gtfn_gpu])
def test_copy(cartesian_case, fieldview_backend): # noqa: F811 # fixtures
import cupy as cp # TODO(ricoh): replace with storages solution when available

Expand Down

0 comments on commit 3e01716

Please sign in to comment.