Skip to content

Commit 0a4dd1c

Browse files
committed
FIX: Birthday adjusted for better spiking
1 parent 1df45d6 commit 0a4dd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/strip_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def emitter(p=0.1):
4949
yield np.random.rand(1)
5050

5151
# Fixing random state for reproducibility
52-
np.random.seed(1968080)
52+
np.random.seed(19680801 // 10)
5353

5454

5555
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)