-
Notifications
You must be signed in to change notification settings - Fork 116
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
pop and del should throw in struct mode #225
Comments
What is the correct way to delete a key in DictConfig then? |
|
Doesn't work for me. I get |
Any removal / addition will fail in struct mode, you can use the |
Thanks for your reply. |
This is a behavior change. DictConfig pop and del should not be permitted in struct mode (and in structured mode) because it's inconsistent with the the expected behavior of classes.
The text was updated successfully, but these errors were encountered: