From 6610c8002731d6aa0e366a45c05eddbc6e125ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20N=C3=A4veke?= Date: Sat, 13 Apr 2024 12:37:04 +0200 Subject: [PATCH] Update examples.py Fix random_walk_example example --- source/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/examples.py b/source/examples.py index 914ec34..a04de93 100644 --- a/source/examples.py +++ b/source/examples.py @@ -54,7 +54,7 @@ def random_walk_example(v): ## Example with a class, makes it tweakable on the command line ## because half the fun here is live coding and experimentation - r = RW(v.wave) + r = RW(v) # print(dir(r)) r.scale = 1000 r.delay = 5