Skip to content

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

@domire8

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

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