You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ambiguous value for argument 'a=1,2'
1. To use it as a list, use key=[value1,value2]
2. To use it as string, quote the value: key=\'value1,value2\'
3. To sweep over it, add --multirun to your command line
Expected Behavior
When removing hydra.verbose=True from config.yaml it works as expected:
🐛 Bug
Description
--multirun does not seem to work when using hydra.verbose=True
Checklist
To reproduce
** Minimal Code/Config snippet to reproduce **
config.yaml:
test.py
running the command
python test.py -m a=1,2
fails** Stack trace/error message **
Expected Behavior
When removing hydra.verbose=True from config.yaml it works as expected:
System information
Additional context
Not sure if this is an intended behaviour?
The text was updated successfully, but these errors were encountered: