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 687286a commit f95a137Copy full SHA for f95a137
examples/animation/double_pendulum_animated.py
@@ -35,7 +35,7 @@ def derivs(state, t):
35
36
return dydx
37
38
-# create a time array from 0..100 sampled at 0.1 second steps
+# create a time array from 0..100 sampled at 0.05 second steps
39
dt = 0.05
40
t = np.arange(0.0, 20, dt)
41
0 commit comments