Closed YannCabanes closed 1 year ago
Base: 94.57% // Head: 94.57% // No change to project coverage :thumbsup:
Coverage data is based on head (
77717ee
) compared to base (1f80e22
). Patch has no changes to coverable lines.:exclamation: Current head 77717ee differs from pull request most recent head 0ea6718. Consider uploading reports for the commit 0ea6718 to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
On MacOS and Windows, specifying scikit-learn==1.0
but no tensorflow version, we obain a test error in:
tslearn/tests/test_shapelets.py
--> test_shapelets
--> LearningShapelets
In the PR #427, we solved this problem on Linux by specifying both scikit-learn==1.0
and tensorflow==2.9.0
.
We will therefore use the same specifications: scikit-learn==1.0
and tensorflow==2.9.0
in the file azure-pipelines.yml
to run the continuous integration tests on MacOS and Windows.
Note that this PR is due to the fact that the function: _pairwise_estimator_convert_X
of the scikit-learn file sklearn.utils.estimator_checks
present in scikit-learn==1.0
is missing in scikit-learn==1.2.0
.
(The function: _pairwise_estimator_convert_X
has been removed between these two scikit-learn versions.)
This PR aims at solving on
ImportError
on Windows and MacOS (not on Linux). In the file:tslearn/tests/sklearn_patches.py
There is the import:which raises the following ImportError: