You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
in
test_jsonargparse.py
,cli.config["model"]["ml_model"]
will need to be converted tocli.config.as_dict()["model"]["ml_model"]
or perhaps separated into two lines once the release is outThe text was updated successfully, but these errors were encountered: