AMICI icon indicating copy to clipboard operation
AMICI copied to clipboard

Run full model code generation for test models during CI from Python

Open dweindl opened this issue 4 years ago • 1 comments

Currently model code is pregenerated from Matlab, due to Matlab not being available on CI servers. We should implement those models so that they are importable from Python. (Some features still missing). This will test the import functionality and performance more regularly.

dweindl avatar Oct 28 '19 10:10 dweindl

We could create test jobs such as for the SBML test suite, which are at least run if a new PR for master is to be merged. It doesn't need to be tested for every little PR. There's also no need for highly complex models, but a little set of maybe 3-5ish models with different features, maybe some with even analytical solutions, would already back many things we're doing...

paulstapor avatar Oct 28 '19 14:10 paulstapor