tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Test ODE integration versus analytical solution when fitting #92

Closed pckroon closed 7 years ago

pckroon commented 7 years ago

Added a test to check whether ODE fits produce the same results as their analytical counterparts. Currently fails on git/master, but works on the PyPi version. Apparently the ODE fit execute method doesn't use the correct (analytical) Jacobian.