headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
337 stars 102 forks source link

rosenbrock4 integrate_adaptive hangs #193

Closed bjodah closed 7 years ago

bjodah commented 7 years ago

I have bisected the regression to 60cd098 using the test suite of my Python bindings: https://github.com/bjodah/pyodeint/pull/20

I have tried to find a bug in the 60cd098, but I guess this is a subtle issue, any ideas?

mariomulansky commented 7 years ago

Can you extract a short test program that I could use to investigate the bug in odeint?

bjodah commented 7 years ago

Sure (it might have to wait to the weekend though). Thanks!

bjodah commented 7 years ago

So I finally got around writing a test program for this. Turns out I was using the API incorrectly, it just happened to work for the wrong reasons. Closing this, sorry for the noise.