-
Notifications
You must be signed in to change notification settings - Fork 112
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
FIX worklow issue with macos-python3.11 #429
FIX worklow issue with macos-python3.11 #429
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #429 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 39 39
Lines 4616 4895 +279
Branches 487 774 +287
==========================================
+ Hits 4616 4895 +279 ☔ View full report in Codecov by Sentry. |
It seems to work with the following env shown below. Hence, this issue seems to be with the python version (3.11 now and 3.10 in this version) and compatibility with joblib library as shown in these issues: link1, link2.
|
@vincentblot28 what do you think about this fix? We will need to check out for a correction in python 3.11, but I think this solves the issue temporarily. |
Description
With this PR : ENH: move get_true_label_position to utils in classification #427, something is wrong with the unitary test in the CI for mac OS.
I want to check whether the issue stems from the modifications that have been made in this PR or if this problem has been there from the beginning