Skip to content

Add Const wrapper that acts just like a Param but explicitly isnt one #66

@rafaqz

Description

@rafaqz

Its common to want to switch some parameters to constants during modelling. Currently thats kind of annoying, I often comment out the Param definition.

If we had Const wrappers that acted just like Param except they were not flattened into the parameter list, switching would be easy, and the code would be pretty nice to read. We could also explicitly show the table of Const values and have a consts function that would get them all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions