Skip to content

Commit c538dcf

Browse files
deivanayakisankaralingamdeivanayakisankaralingam
authored andcommitted
fix test scripts
1 parent fd67064 commit c538dcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/python/relax/test_op_nn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
def test_op_correctness():
2727
x = relax.Var("x", R.Tensor((2, 3), "float32"))
2828
assert relax.op.nn.relu(x).op == Op.get("relax.nn.relu")
29-
assert relax.op.nn.relu6(x).op == Op.get("relax.nn.relu6")
3029
assert relax.op.nn.leakyrelu(x).op == Op.get("relax.nn.leakyrelu")
3130
assert relax.op.nn.softplus(x).op == Op.get("relax.nn.softplus")
3231
assert relax.op.nn.gelu(x).op == Op.get("relax.nn.gelu")

0 commit comments

Comments
 (0)