Skip to content

Conversation

ChrisDeGrendele
Copy link

Thank you so much for the awesome package!

This adds the param info which if passed into odeint(..., info=true) which will return in addition to the solution vector, it will return the native scipy OdeResult info which includes helpful information like the number of rhs evaluations, etc. (If the integrator being used is the spicy integrator)

info is defaulted to false so this doesn't break anything and the tests still pass.

Example:
y = odeint(..., info=False)
y, info = odeint(..., info=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant