]> git.parisson.com Git - timeside.git/commitdiff
remove grapher of test.py
authoryomguy <yomguy@parisson.com>
Wed, 17 Feb 2010 20:04:10 +0000 (20:04 +0000)
committeryomguy <yomguy@parisson.com>
Wed, 17 Feb 2010 20:04:10 +0000 (20:04 +0000)
tests/test.py

index 7ae70e36c055f5a5f20f74a74d2fe07e10e45f3b..6e762edc073715e74bb011b8e29217d74e980816 100755 (executable)
@@ -155,13 +155,13 @@ if __name__ == '__main__':
     a = TestAnalyzers()
     d = TestDecoders()
     e = TestEncoders()
-    g = TestGraphers()
+    #g = TestGraphers()
     a.list()
     d.list()
     e.list()
-    g.list()
+    #g.list()
     a.run(sample)
-    g.run(sample)
+    #g.run(sample)
     e.run(sample, metadata)
     d.export('samples/')