-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When run-time constituents are registered in a scheme with an instantiate call, a minimum value is supplied. If the same constituent is registered by multiple schemes and that minimum value differs, the model will error.
Among possibly other options, we could:
- Create a lookup method that is accessible by any scheme that would enable you to get the "proper" minimum value and set it.
- Initialize every constituent with min value = 0 and then have a scheme that calls
set_minimumfor each registered constituent.
related to #332
issue noted by @jimmielin in #327
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working