Albert Steppi

Results 269 comments of Albert Steppi

@Patol75 I've looked carefully through the relevant Fortran code in [stoda.f](https://github.com/scipy/scipy/blob/main/scipy/integrate/odepack/stoda.f) and [lsoda.f](https://github.com/scipy/scipy/blob/main/scipy/integrate/odepack/lsoda.f), and now understand what the issue is. Your solution appears correct. What follows is my understanding of...

@Patol75 Do you have any thoughts on the suggested comments? If you think they look fine, let's commit them, and then I think this is ready to merge, as long...

> @steppi I am very, very grateful for the reviewing work you have done here. What you uncovered makes a lot of sense to me and explains perfectly the behaviour...

Thanks for the ping @hoodmane. Let me know if there's anything we can do on the SciPy side to help make things easier for you.

> @steppi The main thing we're waiting on is for LFortran to compile all of scipy: > https://lfortran.org/blog/2024/01/lfortran-compiles-60-of-scipy/ > Once that happens hopefully we can switch over to that from...

Any news on when this might be merged?

Huh, those tables looked nice in the preview, but are unreadable in the actual post.

The failing test case is new to this PR and just needs a tolerance bump. It’s not a regression. Update: OK, there actually are some new failures on Mac OS,...

I've also translated the real valued `hyp2f1` from cephes into C++, which I can either add here, or do in a follow-up. I think that will need to go in...