changeset 414:0dec2faf1d24

Oops, didn't want it actually plotting
author Chris Cannam
date Sun, 29 Sep 2013 12:23:22 +0100
parents 8b2129ea9f1a
children e97c965f11c9
files src/may/stream/test/test_resample.yeti
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/may/stream/test/test_resample.yeti	Sun Sep 29 12:17:38 2013 +0100
+++ b/src/may/stream/test/test_resample.yeti	Sun Sep 29 12:23:22 2013 +0100
@@ -8,9 +8,9 @@
 manip = load may.stream.manipulate;
 resample = load may.stream.resample;
 
-pl = load may.plot;//!!!
+//pl = load may.plot;//!!!
 
-//pl = { plot things = true; };
+pl = { plot things = true; };
 
 { compare, compareUsing, assert } = load may.test.test;