Skip to content
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 Init logger parent class in Parallel #1494

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

fcharras
Copy link
Contributor

@fcharras fcharras commented Aug 8, 2023

Some further discussion could take place in #1483 regarding deprecating inheritance to Logger, in the meantime it doesn't cost much to properly init it so it can keep working as it used to.

@fcharras fcharras requested a review from tomMoral August 8, 2023 15:09
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08% 🎉

Comparison is base (3d56c25) 94.76% compared to head (9b92876) 94.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1494      +/-   ##
==========================================
+ Coverage   94.76%   94.84%   +0.08%     
==========================================
  Files          45       45              
  Lines        7491     7492       +1     
==========================================
+ Hits         7099     7106       +7     
+ Misses        392      386       -6     
Files Changed Coverage Δ
joblib/parallel.py 96.91% <100.00%> (+1.14%) ⬆️

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@tomMoral tomMoral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx @fcharras

@tomMoral tomMoral merged commit 85ab836 into joblib:master Aug 9, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants