We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8716870 commit 9bf7edfCopy full SHA for 9bf7edf
tests/link/mlx/test_math.py
@@ -19,4 +19,4 @@ def test_mlx_dot():
19
20
actual = fn(test_x, test_y)
21
expected = np.dot(test_x, test_y)
22
- np.testing.assert_allclose(actual, expected)
+ np.testing.assert_allclose(actual, expected, rtol=1e-6)
0 commit comments