mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-27 19:31:16 +08:00
Fixing typos
This commit is contained in:
parent
955c985768
commit
8dcdd1bb8c
@ -667,9 +667,9 @@ class TestArray(mlx_tests.MLXTestCase):
|
||||
mx.uint16,
|
||||
mx.uint32,
|
||||
mx.uint64,
|
||||
# mx.float16,
|
||||
mx.float16,
|
||||
mx.float32,
|
||||
# mx.bfloat16,
|
||||
mx.bfloat16,
|
||||
mx.complex64,
|
||||
]
|
||||
import pickle
|
||||
@ -691,9 +691,9 @@ class TestArray(mlx_tests.MLXTestCase):
|
||||
mx.uint16,
|
||||
mx.uint32,
|
||||
mx.uint64,
|
||||
# mx.float16,
|
||||
mx.float16,
|
||||
mx.float32,
|
||||
# mx.bfloat16,
|
||||
mx.bfloat16,
|
||||
mx.complex64,
|
||||
]
|
||||
|
||||
@ -706,7 +706,6 @@ class TestArray(mlx_tests.MLXTestCase):
|
||||
self.assertEqualArray(x, y)
|
||||
|
||||
y -= 1
|
||||
print(x, y)
|
||||
self.assertEqualArray(x - 1, y)
|
||||
|
||||
def test_indexing(self):
|
||||
|
Loading…
Reference in New Issue
Block a user