Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangeGabriel committed Jan 15, 2013
1 parent 94f1293 commit e615a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ def func(y, t):
dt = 0.1

z = odeint(func, z, [0, dt])

print z

z = odeint(func, z[1], [0, dt])

print z

0 comments on commit e615a9e

Please sign in to comment.