ModellingWebLab / weblab-fc

Functional Curation backend for the Modelling Web Lab
Other
1 stars 0 forks source link

Trac: Remove obsolete solvers #186

Closed MichaelClerx closed 4 years ago

MichaelClerx commented 4 years ago

https://chaste.cs.ox.ac.uk/trac/ticket/2675

The Python implementation is now using our own Cython wrapper for CVODE by default (cf #2459). At some point we should tidy up the code by removing the older support for numba and pysundials, which are both now obsolete.

MichaelClerx commented 4 years ago

The code for numba and pysundials is all gone, as far as I can see.

MichaelClerx commented 4 years ago

We still have the option to allow new solvers in the future, not sure we need to remove that