Skip to content

Commit ee2579a

Browse files
committed
fix ut
1 parent cb27cf5 commit ee2579a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_unittests/ut_light_api/test_backend_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
242242

243243
# The following tests are too slow with the reference implementation (Conv).
244244
backend_test.exclude(
245-
"(FLOAT8|BFLOAT16|_opt_|_3d_|_momentum_|_4d_"
245+
"(FLOAT8|BFLOAT16|INT4|_opt_|_3d_|_momentum_|_4d_"
246246
"|test_adagrad"
247247
"|test_adam"
248248
"|test_ai_onnx_ml_"

_unittests/ut_reference/test_backend_extended_reference_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run_node(cls, node, inputs, device=None, outputs_info=None, **kwargs):
149149
"|test_scan_sum)"
150150
)
151151

152-
if onnx_opset_version() < 21:
152+
if onnx_opset_version() < 200:
153153
# The following tests are using types not supported by NumPy.
154154
# They could be if method to_array is extended to support custom
155155
# types the same as the reference implementation does

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy