-
-
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
Move get_full_customization_args from exp_domain to utils #4968
Comments
Hi @pranavsid98 -- this issue description is insufficient. Please write a short description explaining the context and what needs to be done. Thanks! |
@pranavsid98 are you currently working on this? |
@jacobdavis11 Its not a blocking issue and I thought Id get to this after my GSOC. Hope thats fine. Thanks. |
@pranavsid98 any updates on this? |
@pranavsid98 GSoC is over :) |
Checked with @pranavsid98, he'll take this up and complete it by 30 Sep. Thanks! |
What's the status of this issue? @brianrodri |
Hi @brianrodri, any updates? |
I don't have much bandwidth to work on this, so I'm unassigning myself and giving it a space in the project page for someone to pick up. |
Hi @brianrodri, May I take this up, Thanks! |
Sure, it's all yours @ankita240796! Thanks! |
Thanks! @brianrodri! |
Hi @brianrodri, EDIT: I have issued a PR moving both the functions. If that does not look fine, I will move back validation function to |
Thanks @ankita240796, I agree that moving them both makes sense! I do think, however, that |
Yes, moving them to |
…ization_args_util (#6015) * Remove customization arg methods from state and stats domain * Add customization arg methods to utils * Add test * Fix minor nit * Update test for checking customization arg after validation * Fix circular dependency * Move functions to schema_utils to break circular dependency * Improve variable naming * Create customization arg utils
Related to #4946 -- see #4946 (comment)
The get_full_customization_args method currently in exp_domain is not relevant there anymore. Now, it is being used from stats_domain as well, and it is better to move this method to utils.py instead.
The text was updated successfully, but these errors were encountered: