We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c8e46 commit c55b0fbCopy full SHA for c55b0fb
1 file changed
array_api_tests/test_signatures.py
@@ -135,6 +135,7 @@ def make_pretty_func(func_name: str, *args: Any, **kwargs: Any) -> str:
135
"solve": {
136
a: "xp.asarray([[1, 2], [3, 4]], dtype=xp.float64)" for a in ["x1", "x2"]
137
},
138
+ "outer": {"x1": "xp.ones((5,))", "x2": "xp.ones((5,))"},
139
140
)
141
# We default most array arguments heuristically. As functions/methods work only
0 commit comments