[Bug] Problem overriding variables with default values that interpolate hydra:job.config
.
#1323
Closed
2 tasks done
Labels
bug
Something isn't working
🐛 Bug
Description
Hydra raises an error when trying to override variables with default values that interpolate
hydra:job.config
.Checklist
To reproduce
test.py
test.yaml
test1.yaml
python test.py --config-name=test1
causes an error, trace below. The error goes away when I changetest.yaml
toa: ${hydra.job.config_name}
but thenpython test.py
stops working.Error trace:
Setting
OC_CAUSE=1
:Expected Behavior
Both
python test.py
andpython test.py --config-name=test1
should work.System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: