AnabelSMRuggiero / sbmltoodepy

A tool for creating Python implementations of SBML models.
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Use of custom ODE solver #7

Closed mayalenE closed 2 years ago

mayalenE commented 2 years ago

Hello,

Thank you very much for this package it has been very useful!

I would like to add a feature to be able to pass a custom ODE solver, other than the LSODA solver used by scipy.integrate.odeint. I'm about to make a pull request with the suggested changes,

Best, Mayalen