Skip to content

Commit 7c3a048

Browse files
committed
add a failing unit test to the build
1 parent de886c4 commit 7c3a048

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_unittests/ut_mlmodel/test_piecewise_decision_tree_experiment.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525

2626

2727
class TestPiecewiseDecisionTreeExperiment(ExtTestCase):
28-
@unittest.skip(
29-
reason="self.y = y raises: Fatal Python error: "
30-
"__pyx_fatalerror: Acquisition count is"
31-
)
28+
# @unittest.skip(
29+
# reason="self.y = y raises: Fatal Python error: "
30+
# "__pyx_fatalerror: Acquisition count is"
31+
# RuntimeWarning: sklearn.tree._splitter.Splitter size changed,
32+
# may indicate binary incompatibility.
33+
# Expected 1360 from C header, got 1576 from PyObject
34+
# )
3235
def test_criterions(self):
3336
X = numpy.array([[1.0, 2.0]]).T
3437
y = numpy.array([1.0, 2.0])

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