-
-
Notifications
You must be signed in to change notification settings - Fork 654
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] interpolation to hydra.job.override_dirname containing another interpolation is not possible #771
Comments
please explain in words what exactly you are trying to achieve here. |
In my actual code, I use the Btw. it works when the interpolation is part of the config.yaml and not overridden. |
I see, I will take a look. |
like so? |
Yes, this is good. |
even though that you fixed it already a while ago, I just wanted to say thank you for the fix! |
🐛 Bug
Now that #725 is fixed, I post an issue for the behavior I described in (#725 (comment))
In the following example an interpolation to
hydra.job.override_dirname
containing another interpolation results in a crash:To reproduce
test.py:
conf/config.yaml:
call:
python test.py b=\${a}
(I have to escape $)** Stack trace/error message **
Expected Behavior
the
hydra.job.override_dirname
should be able to interpolatea
viab
System information
Additional context
This can be worked arround with something like this:
The text was updated successfully, but these errors were encountered: