-
-
Notifications
You must be signed in to change notification settings - Fork 634
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
[Bug] In some cases list with whitespace fails to parse #836
Comments
FYI, this issue still happens in Hydra
|
hi @nehalmamgain more tips on how to do commandline override can be found here https://hydra.cc/docs/next/advanced/override_grammar/basic/ |
@jieru-hu Hi, that results in the same error.
'param=["string1","string2"]' or 'param=[string1,string2]' (without whitespace) works. |
thanks for trying it out @nehalmamgain |
@jieru-hu Thanks! I don't think the override or debugging section covers (removal of) whitespaces though. |
Bump. I hit this same error, and it's hard to avoid in my case as the hydra override is auto-generated (by weights and biases) |
Example:
The text was updated successfully, but these errors were encountered: