lukasbaldauf/tga-kinetics

Newton's method does not converge to zero because of clipping the array at zero.

Closed this issue · 2 comments

Newton's method does not converge to zero because of clipping the array at zero.

Using scipy.integrate.odeint could be a better and possibly faster option than using an implicit integration method.

Changed default to 5 iterations, should be adequate.