mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
spelling: combinations
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -88,7 +88,7 @@ class TestOps(mlx_tests.MLXTestCase):
|
|||||||
self.assertEqual(a.dtype, mx.float32)
|
self.assertEqual(a.dtype, mx.float32)
|
||||||
self.assertEqual(a.item(), 3.0)
|
self.assertEqual(a.item(), 3.0)
|
||||||
|
|
||||||
# Check comibinations with mlx arrays
|
# Check combinations with mlx arrays
|
||||||
a = mx.add(mx.array(True), False)
|
a = mx.add(mx.array(True), False)
|
||||||
self.assertEqual(a.dtype, mx.bool_)
|
self.assertEqual(a.dtype, mx.bool_)
|
||||||
self.assertEqual(a.item(), True)
|
self.assertEqual(a.item(), True)
|
||||||
|
|||||||
Reference in New Issue
Block a user