Skip to content

Consider storings 'parameters' on objects, including algorithms and projects #1943

@jgostick

Description

@jgostick

It might be handy to have a parameters attr on all objects to store constant things. This could be really neat if a 'search' is conducted upstream on higher objects if the value is not found on self, like:

alg.parameters['j0'] -> project.parameter['j0']

This would allow globals constants to be defined, but also enable over-riding if necessary.

On the other hand, this does add some 'behind the scenes' magic which tends to be confusing.

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