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

Remove import of internal package #195

Merged
merged 2 commits into from
Apr 9, 2022
Merged

Conversation

anishathalye
Copy link
Member

This import made cleanlab.internal.util available as cleanlab.util, which we don't want.

This import made `cleanlab.internal.util` available as `cleanlab.util`,
which we don't want.
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #195 (6326521) into master (2e9a1e2) will decrease coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 6326521 differs from pull request most recent head 470ffb0. Consider uploading reports for the commit 470ffb0 to get more accurate results

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
- Coverage   95.69%   95.68%   -0.02%     
==========================================
  Files          11       10       -1     
  Lines         813      811       -2     
  Branches      175      175              
==========================================
- Hits          778      776       -2     
  Misses         12       12              
  Partials       23       23              
Impacted Files Coverage Δ
cleanlab/__init__.py 100.00% <ø> (ø)
cleanlab/benchmarking/__init__.py
cleanlab/benchmarking/noise_generation.py
cleanlab/noise_generation.py 97.20% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e9a1e2...470ffb0. Read the comment docs.

Copy link
Member

@jwmueller jwmueller left a comment

Choose a reason for hiding this comment

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

Good catch!

@jwmueller jwmueller merged commit d1f5bbc into cleanlab:master Apr 9, 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.

None yet

2 participants