LoLab-MSM / pysb

Python framework for Systems Biology modeling [Lopez Lab Mods]
BSD 2-Clause "Simplified" License
6 stars 8 forks source link

cupSODA: Make 'param_values' and 'y0' optional to conform to general simulator convention #26

Closed alubbock closed 7 years ago

alubbock commented 8 years ago

Issue from https://github.com/LoLab-VU/pysb-cupsoda/issues/6 originally by @lh64:

If 'y0' or 'param_values' are not passed to the CupSodaSimulator, the code should should use the values from the model and assume that they are constant for all simulations. If neither are passed, it should assume only a single simulation and maybe throw a warning.

JamesPino commented 7 years ago

Closing. It has already been done.