]> git.parisson.com Git - timeside.git/commitdiff
fix(test_graphers_render_analyzers): Switch interactive plot option to false
authorThomas Fillon <thomas@parisson.com>
Tue, 24 Jun 2014 18:25:25 +0000 (20:25 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 24 Jun 2014 18:25:25 +0000 (20:25 +0200)
tests/test_graphers_render_analyzers.py

index 4ea203b274181ff7d68336b6684cf8f785a0ce84..946ad13906e89176e3776199ae9a78628210c6b1 100644 (file)
@@ -8,7 +8,7 @@ import numpy as np
 from tempfile import NamedTemporaryFile
 import os
 
-PLOT = True
+PLOT = False
 
 
 class Test_graphers_analyzers(unittest.TestCase):