Skip to content

Commit 6cb47fc

Browse files
committed
additional tests
1 parent 242aba7 commit 6cb47fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/link/mlx/test_math.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ def test_elemwise_one_input(op) -> None:
5353
pytest.param(pt.lt, id="lt"),
5454
pytest.param(pt.ge, id="ge"),
5555
pytest.param(pt.gt, id="gt"),
56+
pytest.param(pt.eq, id="eq"),
57+
pytest.param(pt.neq, id="neq"),
58+
pytest.param(pt.true_div, id="true_div"),
5659
],
5760
)
5861
def test_elemwise_two_inputs(op) -> None:

0 commit comments

Comments
 (0)