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

cli.config will not be a dict after PL>=1.6 #29

Open
jbrightuniverse opened this issue Nov 29, 2021 · 0 comments
Open

cli.config will not be a dict after PL>=1.6 #29

jbrightuniverse opened this issue Nov 29, 2021 · 0 comments

Comments

@jbrightuniverse
Copy link
Collaborator

in test_jsonargparse.py, cli.config["model"]["ml_model"] will need to be converted to cli.config.as_dict()["model"]["ml_model"] or perhaps separated into two lines once the release is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant