Skip to content

Commit 9bf7edf

Browse files
committed
change the rtol
1 parent 8716870 commit 9bf7edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/mlx/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_mlx_dot():
1919

2020
actual = fn(test_x, test_y)
2121
expected = np.dot(test_x, test_y)
22-
np.testing.assert_allclose(actual, expected)
22+
np.testing.assert_allclose(actual, expected, rtol=1e-6)

0 commit comments

Comments
 (0)