AMICI-dev / AMICI

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

Clean-up steady-state solver code #1073

Open paulstapor opened 4 years ago

paulstapor commented 4 years ago

Currently, the workSteadyStateProblem routine isn't exactly the nicest part of Amici... Things to be changed here in some close future:

dweindl commented 4 years ago
* [ ]  Remove the triple try-catch nesting, when determining whether or not to use simulation

Very much in favor. This is a huge pain to debug.

FFroehlich commented 2 years ago
  • [ ] correct the (partly) erroneous or misleading output into rdata of the steady state solver

I have no idea what this refers to, anyone?

dweindl commented 2 years ago

No idea.

dweindl commented 2 years ago
* [ ]  create figure for documenting the steady state solver code via sphinx, rather than having something prerendered

Started here. Might need some further updates already. These diagrams can be included in sphinx via https://github.com/mgaitan/sphinxcontrib-mermaid.