mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-02 17:28:12 +08:00
bump pre commit and fix format (#373)
This commit is contained in:
@@ -122,7 +122,6 @@ class TestBF16(mlx_tests.MLXTestCase):
|
||||
|
||||
for op in ("min", "max"):
|
||||
with self.subTest(op=op):
|
||||
|
||||
for axes in (0, 1, 2, (0, 1), (0, 2), (1, 2), (0, 1, 2)):
|
||||
with self.subTest(axes=axes):
|
||||
np_args = (x.astype(np.float32),)
|
||||
|
||||
Reference in New Issue
Block a user