Skip to content

Allow for math in Pars in config #146

@oceanlumberjack

Description

@oceanlumberjack

Modify the way that configs are processed to allow simple math (+,-,/,*) in the Par declaration of a config.JSON.

{
    "Sources": {
        "xgraph": "{xgraph}"
    },
    "Modules": {
        "Module": {
            "Module": "Modules.Module",
            "Source": "xgraph",
            "Par": {
                "Parameter": 1/100
            }
        },
        "Deferred": []
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions