PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Add option to not add Assimulo solver object to PysMod #84

Closed c-barry closed 1 year ago

c-barry commented 1 year ago

Add option not to add cvode solver class to model after simulation as cython object prevents serialization

jmrohwer commented 1 year ago

I have changed the topic to a more descriptive one.

The main purpose of this is to allow the use of CVODE in parallelized scenarios, e.g. for doing parameter identifiability analysis. See e.g. https://github.com/jmrohwer/identifiability

@bgoli any objections to this?

bgoli commented 1 year ago

thanks for the patch