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

Bugfix: IssueManager.get_summary() -> make_summary() in custom issue manager example #692

Merged
merged 4 commits into from
May 3, 2023

Conversation

jwmueller
Copy link
Member

Still need to add some sort of unit test for this @elisno

Still need to add some sort of unit test for this
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Merging #692 (e1c1e69) into master (f8b11d3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #692   +/-   ##
=======================================
  Coverage   95.79%   95.79%           
=======================================
  Files          46       46           
  Lines        3638     3639    +1     
  Branches      649      649           
=======================================
+ Hits         3485     3486    +1     
  Misses         79       79           
  Partials       74       74           
Impacted Files Coverage Δ
cleanlab/datalab/issue_manager/issue_manager.py 90.74% <100.00%> (+0.08%) ⬆️

elisno added 2 commits May 2, 2023 23:18
- Validate scores provided to IssueManager.make_summary
- Move fixture for custom issue manager to conftest.py
- Test make_summary on a "custom" IssueManager
@elisno
Copy link
Member

elisno commented May 2, 2023

More unit tests added in eeb215d
that should cover IssueManager.make_summary, specifically on a custom issue manager.

@elisno
Copy link
Member

elisno commented May 3, 2023

Failing tests in CI are unrelated.

@elisno elisno merged commit a95a447 into master May 3, 2023
@jwmueller jwmueller deleted the jwmueller-get2make-summary branch May 12, 2023 18:37
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.

2 participants