We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea5a54 commit 5a8f313Copy full SHA for 5a8f313
tests/link/jax/test_nlinalg.py
@@ -141,5 +141,5 @@ def test_pinv():
141
x_inv = at_nlinalg.pinv(x)
142
143
fgraph = FunctionGraph([x], [x_inv])
144
- x_np = np.array([[1.0, 2.0], [3.0, 4.0]])
+ x_np = np.array([[1.0, 2.0], [3.0, 4.0]], dtype=config.floatX)
145
compare_jax_and_py(fgraph, [x_np])
0 commit comments