Skip to content

YAML Parsing Error in Jupyter Lab #35

@gilbertmike

Description

@gilbertmike

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions