Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 2, 2024
1 parent 18e64f8 commit 26dea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/src/ops/numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8334,7 +8334,7 @@ def test_zeros_like(self, dtype):
)


@pytest.mask.skipif(
@pytest.mark.skipif(
testing.torch_uses_gpu(),
reason="histogram op not implemented for torch on gpu",
)
Expand Down

0 comments on commit 26dea1b

Please sign in to comment.