-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Checking if the parameters are a DictConfig Object #2216
Conversation
@Borda |
you need to propagate the change in your code, like test |
in fact, the solution shall be that |
This is in reference to Lightning-AI#2058 . To be honest, I have no idea how I should go about writing a test for this.
Co-authored-by: Jirka Borovec <[email protected]>
cc: @omry @williamFalcon |
A question: If |
DictConfig inherits from MutableMapping as of OmegaConf 2.0 which comes the Hydra 1.0 release candidate. |
#614
Before submitting
What does this PR do?
Fixes #2058 .
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
To be honest, I have no idea how I should go about writing a test for this.