Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 8c1f8da

Browse files
committed
fix(tests): enable ONNX backend test case for Celu operator
1 parent 90fc8ba commit 8c1f8da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

wonnx-py/tests/test_onnx_backend.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,14 @@ def do_enforce_test_coverage_safelist(model): # type: (ModelProto) -> bool
144144
backend_test.include(f"test_reciprocal_[a-z,_]*")
145145
backend_test.include(f"test_shape_[a-z,_]*")
146146
backend_test.include(f"test_size_[a-z,_]*")
147+
backend_test.include(f"test_celu_[a-z,_]*")
147148

148149
# For these we only test the default version, as we don't support the bool type
149150
backend_test.include(f"test_prelu_broadcast_cpu$")
150151
backend_test.include(f"test_elu_cpu$")
151152
backend_test.include(f"test_relu_cpu$")
152153
backend_test.include(f"test_leakyrelu_default_cpu$")
153154

154-
155-
# Fails due to tolerance issues?
156-
# backend_test.include(f"test_celu_cpu$")
157-
158155
# Don't support 'bool' type
159156
# backend_test.include(f"test_and_bcast[a-z0-9,_]*")
160157
# backend_test.include(f"test_or_bcast[a-z0-9,_]*")

0 commit comments

Comments
 (0)