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 EnsembleMissingPipelinesError exception #3131

Merged
merged 4 commits into from
Dec 8, 2021

Conversation

angela97lin
Copy link
Contributor

Closes #2954

@angela97lin angela97lin self-assigned this Dec 8, 2021
@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #3131 (45ec93a) into main (eb1e3e0) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #3131     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        317     317             
  Lines      30718   30711      -7     
=======================================
- Hits       30610   30607      -3     
+ Misses       108     104      -4     
Impacted Files Coverage Δ
evalml/exceptions/__init__.py 100.0% <ø> (ø)
evalml/exceptions/exceptions.py 100.0% <ø> (ø)
evalml/pipelines/utils.py 99.7% <ø> (ø)
evalml/tests/component_tests/test_components.py 99.2% <100.0%> (+0.3%) ⬆️
evalml/utils/gen_utils.py 98.7% <100.0%> (+1.0%) ⬆️

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 eb1e3e0...45ec93a. Read the comment docs.

Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

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

Looks good to me @angela97lin !!

@angela97lin angela97lin merged commit bd2b9b2 into main Dec 8, 2021
@angela97lin angela97lin deleted the 2954_remove_exception branch December 8, 2021 22:26
@chukarsten chukarsten mentioned this pull request Dec 9, 2021
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.

Remove EnsembleMissingPipelinesError exception
2 participants