Skip to content

Support scipy.integrate.solve_ivp argument ordering #393

Open
@extraymond

Description

@extraymond

scipy.integrate.solve_ivp

With the new interface for solving ODE in scipy.integrate, the argument ordering(t,X) is different than the one used in pydy(which is obj(X,t)

It would be nice to map the output of solve_ivp since it supports ode45 and other integrators.
Meanwhile, odeint and ode has been marked as old api so I'm assuming that it indicates we embracing the new interface for future compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions