Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61719d2

Browse files
committed
disable
1 parent6be08dc commit61719d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎_unittests/onnx-numpy-skips.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
66
array_api_tests/test_creation_functions.py::test_empty
77
array_api_tests/test_creation_functions.py::test_empty_like
88
array_api_tests/test_creation_functions.py::test_eye
9+
array_api_tests/test_creation_functions.py::test_full
910
# fails to precision issue
1011
array_api_tests/test_creation_functions.py::test_linspace
1112
array_api_tests/test_creation_functions.py::test_meshgrid

‎_unittests/ut_graph_api/test_graph_builder.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def test_simple_big(self):
107107
got=ref.run(None,feeds)
108108
self.assertEqualArray(expected,got[0])
109109

110+
@skip_ci_apple("libomp is missing")
110111
deftest_constant_folding(self):
111112
withcontextlib.redirect_stdout(io.StringIO()):
112113
g=GraphBuilder(verbose=10)
@@ -133,6 +134,7 @@ def test_constant_folding(self):
133134
got=ref.run(None,feeds)
134135
self.assertEqualArray(expected,got[0])
135136

137+
@skip_ci_apple("libomp is missing")
136138
deftest_constant_folding2(self):
137139
g=GraphBuilder(
138140
optimization_options=OptimizationOptions(constant_folding=True)
@@ -270,6 +272,7 @@ def test_remove_unused_nodes_simple(self):
270272
got=ref.run(None,feeds)
271273
self.assertEqualArray(expected,got[0])
272274

275+
@skip_ci_apple("libomp is missing")
273276
deftest_constant_array(self):
274277
withcontextlib.redirect_stdout(io.StringIO()):
275278
g=GraphBuilder(verbose=10)
@@ -290,6 +293,7 @@ def test_constant_array(self):
290293
got=ref.run(None,feeds)
291294
self.assertEqualArray(expected,got[0])
292295

296+
@skip_ci_apple("libomp is missing")
293297
deftest_constant_array_2(self):
294298
withcontextlib.redirect_stdout(io.StringIO()):
295299
g=GraphBuilder(verbose=10)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp