Skip to content

Commit f9022a1

Browse files
authored
Merge pull request #267 from asmeurer/outer-signature-test-fix
Fix the signature test for outer when it isn't inspectable
2 parents a9c8e46 + c55b0fb commit f9022a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_signatures.py

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def make_pretty_func(func_name: str, *args: Any, **kwargs: Any) -> str:
135135
"solve": {
136136
a: "xp.asarray([[1, 2], [3, 4]], dtype=xp.float64)" for a in ["x1", "x2"]
137137
},
138+
"outer": {"x1": "xp.ones((5,))", "x2": "xp.ones((5,))"},
138139
},
139140
)
140141
# We default most array arguments heuristically. As functions/methods work only

0 commit comments

Comments
 (0)