We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c8606 commit 7b7713fCopy full SHA for 7b7713f
1 file changed
array_api_tests/test_signatures.py
@@ -130,11 +130,11 @@ def make_pretty_func(func_name: str, *args: Any, **kwargs: Any) -> str:
130
{
131
"stack": {"arrays": "[xp.ones((5,)), xp.ones((5,))]"},
132
"iinfo": {"type": "xp.int64"},
133
- "finfo": {"type": "xp.float64"},
134
- "cholesky": {"x": "xp.asarray([[1, 0], [0, 1]], dtype=xp.float64)"},
135
- "inv": {"x": "xp.asarray([[1, 2], [3, 4]], dtype=xp.float64)"},
+ "finfo": {"type": "xp.float32"},
+ "cholesky": {"x": "xp.asarray([[1, 0], [0, 1]], dtype=xp.float32)"},
+ "inv": {"x": "xp.asarray([[1, 2], [3, 4]], dtype=xp.float32)"},
136
"solve": {
137
- a: "xp.asarray([[1, 2], [3, 4]], dtype=xp.float64)" for a in ["x1", "x2"]
+ a: "xp.asarray([[1, 2], [3, 4]], dtype=xp.float32)" for a in ["x1", "x2"]
138
},
139
"outer": {"x1": "xp.ones((5,))", "x2": "xp.ones((5,))"},
140
0 commit comments