-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous integration failing test on Linux for test check_pipeline_consistency of class LearningShapelets #426
Comments
Here is the continuous integration test error message: =================================== FAILURES =================================== name = 'LearningShapelets'
tslearn/tests/test_estimators.py:215: x = array([[3.7043095e-03], `def assert_allclose_dense_sparse(x, y, rtol=1e-07, atol=1e-9, err_msg=""):
E AssertionError: /opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/sklearn/utils/_testing.py:418: AssertionError |
This bug was first noticed in continuous integration tests of the PR #411 (which is now merged), but this bug seems unrelated to the PR.
The continuous integration tests are failing with Linux but they pass with Windows and MacOS.
I use Linux and Python 3.8, and the tests pass on my local computer.
The failing test is related to the test the class tslearn.shapelets.shapelets.LearningShapelets by functions:
test_all_estimators
(tslearn/tests/test_estimators.py) -->check_estimator
(tslearn/tests/test_estimators.py) -->check_pipeline_consistency
(tslearn/tests/sklearn_patches.py).The text was updated successfully, but these errors were encountered: