From 4928396cef4fc03055e48b91d820df9022a4af54 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 17 Feb 2010 20:04:10 +0000 Subject: [PATCH] remove grapher of test.py --- tests/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test.py b/tests/test.py index 7ae70e3..6e762ed 100755 --- a/tests/test.py +++ b/tests/test.py @@ -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/') -- 2.39.5