Skip to content

Commit

Permalink
[azure parallel] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Dec 11, 2024
1 parent d90dbb9 commit 0073b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/utils/tests/test_array_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def test_device_none_if_no_input():
assert device(None, "name") is None


@skip_if_array_api_compat_not_configured
def test_device_inspection():
class Device:
def __init__(self, name):
Expand Down

0 comments on commit 0073b09

Please sign in to comment.