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

DOC: Document cache hit function #1343

Merged
merged 2 commits into from Sep 23, 2022
Merged

DOC: Document cache hit function #1343

merged 2 commits into from Sep 23, 2022

Conversation

larsoner
Copy link
Contributor

Closes #1342

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Base: 94.02% // Head: 93.86% // Decreases project coverage by -0.15% ⚠️

Coverage data is based on head (7438538) compared to base (9239a48).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1343      +/-   ##
==========================================
- Coverage   94.02%   93.86%   -0.16%     
==========================================
  Files          52       52              
  Lines        7292     7292              
==========================================
- Hits         6856     6845      -11     
- Misses        436      447      +11     
Impacted Files Coverage Δ
joblib/test/testutils.py 50.00% <0.00%> (-50.00%) ⬇️
joblib/_parallel_backends.py 93.01% <0.00%> (-1.84%) ⬇️
joblib/hashing.py 89.47% <0.00%> (-1.76%) ⬇️
joblib/parallel.py 96.03% <0.00%> (-0.27%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@larsoner
Copy link
Contributor Author

CI failure appears unrelated

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 @larsoner

@tomMoral tomMoral merged commit 3fb7fbd into joblib:master Sep 23, 2022
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.

ENH: Provide a way to tell if Memory had a cache hit
2 participants