Zulko / ddeint

Scipy-based Delay Differential Equation (DDE) solver
Creative Commons Zero v1.0 Universal
36 stars 24 forks source link

Fix numpy array incompatibility #16

Closed jaiagreen closed 1 month ago

jaiagreen commented 2 months ago

Correct numpy array orientation to match modern syntax and insert initial value at beginning. The function does not work without this.