Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update test_onnxrt_side_by_side.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 12, 2019
1 parent d526045 commit 4168854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _unittests/ut_onnxrt/test_onnxrt_side_by_side.py
Expand Up @@ -78,6 +78,8 @@ def test_kernel_ker2_def(self):
self.assertIsInstance(res, OrderedDict)

@unittest.skipIf(convert_kernel is None, reason="not enough recent version")
@unittest.skipIf(compare_module_version(ort_version, "0.4.0") <= 0,
reason="Node:Scan1 Field 'shape' of type is required but missing.")
def test_kernel_ker2_def_ort(self):
ker = Sum(
CK(0.1, (1e-3, 1e3)) * RBF(length_scale=10,
Expand Down

0 comments on commit 4168854

Please sign in to comment.