AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
108 stars 31 forks source link

ReturnData::J #2334

Closed dweindl closed 8 months ago

dweindl commented 8 months ago

ReturnData::J stores the Jacobian from the most recent output timepoint. Since it's mostly there for debugging (isn't it?), I'd say in case of failures, it should rather report the Jacobian at the time of failure.

Related to #2246