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
Constant, data, discard, jacobian, trainable keys and shapes arguments can be provided as strings or Connection objects to the compile function.
Motivation
User should not be forced to provide only string representations of the connections.
Proposed Solution
Add Connection type handling of the keys in compile and PhysicalModel.
Alternatives Considered
No alternatives, solution is straightforward.
Additional Context
Unnamed runtime data should be checked optionally. Add boolean safe_names argument to the compile function in order to check all runtime data (not any parameters) are named in logical model. This would make providing data and understanding data flow easier to the user if requested.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature
Constant, data, discard, jacobian, trainable keys and shapes arguments can be provided as strings or
Connection
objects to thecompile
function.Motivation
User should not be forced to provide only string representations of the connections.
Proposed Solution
Add
Connection
type handling of the keys in compile andPhysicalModel
.Alternatives Considered
No alternatives, solution is straightforward.
Additional Context
Unnamed runtime data should be checked optionally. Add boolean
safe_names
argument to thecompile
function in order to check all runtime data (not any parameters) are named in logical model. This would make providing data and understanding data flow easier to the user if requested.The text was updated successfully, but these errors were encountered: