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

Add default None arg to ComponentGraph.instantiate #2796

Merged
merged 3 commits into from
Sep 17, 2021
Merged

Conversation

bchen1116
Copy link
Contributor

fix #2698

@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #2796 (e682e46) into main (c0ed2ba) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2796     +/-   ##
=======================================
+ Coverage   99.8%   99.8%   +0.1%     
=======================================
  Files        297     297             
  Lines      27715   27718      +3     
=======================================
+ Hits       27647   27650      +3     
  Misses        68      68             
Impacted Files Coverage Δ
evalml/pipelines/component_graph.py 99.8% <100.0%> (ø)
...valml/tests/pipeline_tests/test_component_graph.py 100.0% <100.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 c0ed2ba...e682e46. Read the comment docs.

Copy link
Contributor

@angela97lin angela97lin left a comment

Choose a reason for hiding this comment

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

Love it! Thank you 😁

@bchen1116 bchen1116 merged commit 916f797 into main Sep 17, 2021
@chukarsten chukarsten mentioned this pull request Oct 1, 2021
@freddyaboulton freddyaboulton deleted the bc_2698_instantiate branch May 13, 2022 15:20
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.

Set None as a default value for ComponentGraph.instantiate
2 participants