-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix #4968: Move customization args method from state_domain to customization_args_util #6015
Fix #4968: Move customization args method from state_domain to customization_args_util #6015
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6015 +/- ##
=======================================
Coverage 45.3% 45.3%
=======================================
Files 520 520
Lines 30667 30667
Branches 4597 4597
=======================================
Hits 13893 13893
Misses 16774 16774 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ankita240796! Please try to give the variables more meaningful names, I added some examples for your reference.
Hi @brianrodri, I have made the suggested changes, PTAL! |
a5f0d56
to
87887ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks so much @ankita240796!
Explanation
Fixes #4968:
get_full_customization_args
andvalidate_customization_args_and_values
fromstate_domain.py
tocustomization_args_util.py
.