Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Commit c20d22a

Browse files
author
warren.weckesser
committed
DOC: integrate: fixed description of shape of the return value of odeint (ticket #1403).
git-svn-id: http://svn.scipy.org/svn/scipy/trunk@7181 d6536bca-fef9-0310-8506-e4c0a848fbcf
1 parent aeab740 commit c20d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/integrate/odepack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def odeint(func, y0, t, args=(), Dfun=None, col_deriv=0, full_output=0,
5555
5656
Returns
5757
-------
58-
y : array, shape (len(y0), len(t))
58+
y : array, shape (len(t), len(y0))
5959
Array containing the value of y for each desired time in t,
6060
with the initial value y0 in the first row.
6161

0 commit comments

Comments
 (0)