We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434d630 commit 74edc35Copy full SHA for 74edc35
tests/test_common.py
@@ -195,6 +195,9 @@ def test_device_to_device(library, request):
195
xfail(request, reason="Stub raises ValueError")
196
if library == "sparse":
197
xfail(request, reason="No __array_namespace_info__()")
198
+ if libray == "array_api_strict":
199
+ if np.__version__ < "2":
200
+ xfail(request, reason="no copy argument of np.asarray")
201
202
xp = import_(library, wrapper=True)
203
devices = xp.__array_namespace_info__().devices()
0 commit comments