-
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
Integer as dict key #149
Comments
As you have noted, integers are not supported as dictionary keys in OmegaConf. 1_: foo
2_: bar the keys should now be strings. |
@omry Thanks for the quick response! Ok I guess I will try convert it into string for now. |
I've submitted PR #454 related to this issue. |
Let's move the discussion to the PR. |
I think this can be closed now. |
Yup. |
I get this error when using int as dictkey in config, is this being blocked for specific reason? If I remove the assert statement I can run successfully.
I encounter this error when I use facebookresearch/hydra, which depends on omegaconf
The text was updated successfully, but these errors were encountered: