-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new argument stateVariableParamsOrPaths
to the function createSimulationBatch
#1400
Comments
Documentation:
|
|
I wonder if we need this extension or rather it should be handled internally. E.g. the OSPSuite-R/R/utilities-simulation.R Lines 338 to 366 in 03e8f5a
|
Doable... Then we would have to track the idx of parameters that are ODE based to add the initial values of those parameters to the molecules IC list... Sounds error-prone. |
Add a new argument
stateVariableParams
to the function, socreateSimulationBatch(simulation, parametersOrPaths = NULL, stateVariableParamsOrPaths = NULL, moleculesOrPaths = NULL)
.The text was updated successfully, but these errors were encountered: