Skip to content

Check that input and output attributes are not None upon configuration #179

Description

@domire8

Modulo components allow to easily add signals by doing something like

self.add_output("output_name", "attribute_name", ...)
self.add_input("input_name", "attribute_name", ...)

the attributes will be automatically published on step / updated upon subscription callback. There should be a check that this attribute has been initialized correctly

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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