We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In the Usage docs -> omegaconf-merge section: link to docs
The tutorial says:
"Note how the port changes to 82, and how the users lists are combined."
However, after testing it seems that merging lists are not combined and replaced instead with the list from the last specified config.
See a 2020 Stack Overflow response from Omry about list merging behavior - the lists used to get merged, but now they are simply replaced: link to SO
This line confused me as a new user of omegaconf. Can you remove the line about "how the users lists are combined".
The example also does not specify multiple users lists, so the example inputs are consistent with the example outputs.
To Reproduce N/A
Expected behavior Updated line in docs. See description above.
Additional context
The text was updated successfully, but these errors were encountered:
I opened a minor PR (1 docs sentence changed), which fixes this.
#1176
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
In the Usage docs -> omegaconf-merge section: link to docs
The tutorial says:
However, after testing it seems that merging lists are not combined and replaced instead with the list from the last specified config.
See a 2020 Stack Overflow response from Omry about list merging behavior - the lists used to get merged, but now they are simply replaced: link to SO
This line confused me as a new user of omegaconf. Can you remove the line about "how the users lists are combined".
The example also does not specify multiple users lists, so the example inputs are consistent with the example outputs.
To Reproduce
N/A
Expected behavior
Updated line in docs. See description above.
Additional context
The text was updated successfully, but these errors were encountered: