-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
To replicate, do the following inside Jupyter Lab:
- Parse YAML file into v4 specification.
- Call
to_model_app.
These steps will lead to an error when Timeloop parses the configuration. Specifically, integer values (e.g., 1) will no longer be recognized as integers (although looking correct from manual inspection of the generated YAML string), leading to CompoundConfigNode.lookupValue to look for a variable (e.g., "1") under the variable key.
Metadata
Metadata
Assignees
Labels
No labels