Thomas Duvernay

Results 27 comments of Thomas Duvernay

Just checking in, any chance for an update on the review status of this PR?

@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 that...

Although on the one hand, I agree that LSODA warnings could be handled better, on the other hand, you should not get any if your IVP problem is sound and...

It is not clear to me if what you are dealing with here is an actual bug or an implementation choice, given that code execution does not raise. I can...

That is a fair point indeed. The current implementation would require users to handle function calls outside of the expected domain in the case of exotic functions, which does not...

I have just had another look at this PR. I believe there are two main issues highlighted here: - `select_initial_step` can return values that exceed the integration span - Null...

> > Do you mind sharing your opinion on these changes? > > Oops, I missed the ping. > > Does this address [gh-9198](https://github.com/scipy/scipy/issues/9198) and/or [gh-8848](https://github.com/scipy/scipy/issues/8848)? If so, I'd support...