patch bump for next release (#2991)

This commit is contained in:
Awni Hannun
2026-01-14 08:46:09 -08:00
committed by GitHub
parent ac26a4cc0d
commit 2469fc2939
5 changed files with 13 additions and 11 deletions
-1
View File
@@ -297,7 +297,6 @@ class TestBlas(mlx_tests.MLXTestCase):
self.assertTrue(np.allclose(out_mlx, out_npy, atol=1e-5))
def test_matrix_vector(self):
mx.random.seed(0)
for dtype in self.dtypes:
with self.subTest(dtype=dtype):
np_dtype = getattr(np, dtype)