From: yomguy Date: Wed, 17 Feb 2010 20:04:10 +0000 (+0000) Subject: remove grapher of test.py X-Git-Tag: 0.3.2~198 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4928396cef4fc03055e48b91d820df9022a4af54;p=timeside.git remove grapher of test.py --- 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/')