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
Current workaround is to create a pysb.Expression that has the numerical value as value, but that abuses the API. Should be straightforward to allow a list of parameter values that are to be hardcoded as numerical value during model compilation.
The text was updated successfully, but these errors were encountered:
Allows selecting parameters whose values are to be hard-coded (#1192).
So far, restricted to parameters that aren't targets of rule or initial assignments.
This can be extended later: lifting those restrictions on parameters, allow hard-coding Species with constant=True, ...
Current workaround is to create a
pysb.Expression
that has the numerical value as value, but that abuses the API. Should be straightforward to allow a list of parameter values that are to be hardcoded as numerical value during model compilation.The text was updated successfully, but these errors were encountered: