Skip to content
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

OmegaConf.resolve(cfg) : Resolves all interpolations in the given config object in-place #640

Closed
omry opened this issue Mar 24, 2021 · 0 comments · Fixed by #639
Closed
Milestone

Comments

@omry
Copy link
Owner

omry commented Mar 24, 2021

Signature:

    @staticmethod
    def resolve(cfg: Container) -> None:
        """
        Resolves all interpolations in the given config object in-place.
        :param cfg: An OmegaConf container (DictConfig, ListConfig)
                    Raises a ValueError if the input object is not an OmegaConf container.
        """
@omry omry added this to the OmegaConf 2.1 milestone Mar 24, 2021
@omry omry closed this as completed in #639 Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant