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