We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd51663c commiteed1189Copy full SHA for eed1189
_unittests/ut_ort/test_sklearn_array_api_ort.py
@@ -17,6 +17,7 @@ class TestSklearnArrayAPIOrt(ExtTestCase):
17
reason="reshape ArrayAPI not followed",
18
)
19
@skipif_ci_windows("Unstable on Windows.")
20
+@unittest.skip("discontinued")
21
deftest_sklearn_array_api_linear_discriminant_ort(self):
22
X=np.array(
23
[[-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):
40
41
42
43
44
45
deftest_sklearn_array_api_linear_discriminant_ort_float32(self):
46
47
[[-1,-1], [-2,-1], [-3,-2], [1,1], [2,1], [3,2]],dtype=np.float32