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

Commiteed1189

Browse files
committed
disable tests
1 parentd51663c commiteed1189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎_unittests/ut_ort/test_sklearn_array_api_ort.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class TestSklearnArrayAPIOrt(ExtTestCase):
1717
reason="reshape ArrayAPI not followed",
1818
)
1919
@skipif_ci_windows("Unstable on Windows.")
20+
@unittest.skip("discontinued")
2021
deftest_sklearn_array_api_linear_discriminant_ort(self):
2122
X=np.array(
2223
[[-1,-1], [-2,-1], [-3,-2], [1,1], [2,1], [3,2]],dtype=np.float64
@@ -40,6 +41,7 @@ def test_sklearn_array_api_linear_discriminant_ort(self):
4041
reason="reshape ArrayAPI not followed",
4142
)
4243
@skipif_ci_windows("Unstable on Windows.")
44+
@unittest.skip("discontinued")
4345
deftest_sklearn_array_api_linear_discriminant_ort_float32(self):
4446
X=np.array(
4547
[[-1,-1], [-2,-1], [-3,-2], [1,1], [2,1], [3,2]],dtype=np.float32

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp