You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a task for Princeton that needs to be done before Paul can continue working on the mockups. Each of the components (Mechanism, Port, Projection etc) have different parameters/metadata that the user can edit, we need to know more details of each parameter/metadata so Paul knows how to mock it . For example, a Mechanism has a Function as a parameter, can it be multiple Functions? What's the type of the Function , a python function?
The parameters for each component have been added here.
Jon and David confirmed on a call that the editable parameters of each component can be found by looking at the init method of each component. For example, for a ProcessingMechanism. They can also be found on the documentation
The text was updated successfully, but these errors were encountered:
We have a task for Princeton that needs to be done before Paul can continue working on the mockups. Each of the components (Mechanism, Port, Projection etc) have different parameters/metadata that the user can edit, we need to know more details of each parameter/metadata so Paul knows how to mock it . For example, a Mechanism has a Function as a parameter, can it be multiple Functions? What's the type of the Function , a python function?
The parameters for each component have been added here.
Jon and David confirmed on a call that the editable parameters of each component can be found by looking at the init method of each component. For example, for a ProcessingMechanism. They can also be found on the documentation
The text was updated successfully, but these errors were encountered: