Skip to content

Commit cfcb910

Browse files
cetagostinijessegrabowski
authored andcommitted
Change bad name
1 parent d47de98 commit cfcb910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/link/mlx/test_elemwise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def test_input(op) -> None:
1414
compare_mlx_and_py([x], out, [x_test])
1515

1616

17-
def test_new_elemwise_operations() -> None:
18-
"""Test new elemwise operations (IntDiv, IsNan, Erfc, Erfcx, Softplus) in elemwise context"""
17+
def test_elemwise_operations() -> None:
18+
"""Test elemwise operations (IntDiv, IsNan, Erfc, Erfcx, Softplus) in elemwise context"""
1919
x = pt.vector("x")
2020
y = pt.vector("y")
2121

0 commit comments

Comments
 (0)