Skip to content

Commit

Permalink
Forgot to mark a test as GPU only.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Nov 14, 2024
1 parent f44e50b commit 85d3df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/numpy/constants_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_constant_pi_add():
)


@pytest.mark.gpu
def test_constant_pi_mult():
_perform_test(
code="(math.pi ** 2) * 2",
Expand Down

0 comments on commit 85d3df3

Please sign in to comment.