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 1f69838 commit 0e7ed1aCopy full SHA for 0e7ed1a
array_api_compat/common/_aliases.py
@@ -578,3 +578,6 @@ def sign(x: ndarray, /, xp, **kwargs) -> ndarray:
578
'reshape', 'argsort', 'sort', 'nonzero', 'ceil', 'floor', 'trunc',
579
'matmul', 'matrix_transpose', 'tensordot', 'vecdot', 'isdtype',
580
'unstack', 'sign']
581
+
582
+# appease tests/test_all.py::test_all[common]
583
+del NamedTuple, array_namespace, inspect, device, is_cupy_namespace
0 commit comments