We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242aba7 commit 6cb47fcCopy full SHA for 6cb47fc
tests/link/mlx/test_math.py
@@ -53,6 +53,9 @@ def test_elemwise_one_input(op) -> None:
53
pytest.param(pt.lt, id="lt"),
54
pytest.param(pt.ge, id="ge"),
55
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"),
59
],
60
)
61
def test_elemwise_two_inputs(op) -> None:
0 commit comments