Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d13e4 commit 2deb54cCopy full SHA for 2deb54c
1 file changed
galleries/examples/animation/double_pendulum.py
@@ -51,7 +51,7 @@ def derivs(t, state):
51
52
return dydx
53
54
-# create a time array from 0..t_stop sampled at 0.02 second steps
+# create a time array from 0..t_stop sampled at 0.01 second steps
55
dt = 0.01
56
t = np.arange(0, t_stop, dt)
57
0 commit comments