We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8ffaa commit 65b3e2bCopy full SHA for 65b3e2b
tests/test_torch.py
@@ -8,7 +8,7 @@
8
from array_api_compat import torch as xp
9
10
11
-class TestResultType:
+class _TestResultType:
12
def test_empty(self):
13
with pytest.raises(ValueError):
14
xp.result_type()
0 commit comments