Closed capsulecorplab closed 3 years ago
Function.inputs and Function.outputs should be lists instead of dictionaries as the Parameter data structure already has a name field. Similarly, Component.functions should be a list as the Function data structure already has a name. We can accept the PR once these changes are made.
Defines data structure for a
Function
and addsfunctions: {{functions}}
field toComponent
data structure closes #26 closes #29