From c55b0fb53f79f687e8ef0721fbf64ae0b81fa505 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 22 May 2024 16:29:31 -0600 Subject: [PATCH] Fix the signature test for outer when it isn't inspectable --- array_api_tests/test_signatures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/array_api_tests/test_signatures.py b/array_api_tests/test_signatures.py index dc760b8a..b109ebd0 100644 --- a/array_api_tests/test_signatures.py +++ b/array_api_tests/test_signatures.py @@ -135,6 +135,7 @@ def make_pretty_func(func_name: str, *args: Any, **kwargs: Any) -> str: "solve": { a: "xp.asarray([[1, 2], [3, 4]], dtype=xp.float64)" for a in ["x1", "x2"] }, + "outer": {"x1": "xp.ones((5,))", "x2": "xp.ones((5,))"}, }, ) # We default most array arguments heuristically. As functions/methods work only