]> git.parisson.com Git - timeside.git/commitdiff
fix(test): forgot to switch off interactive display
authorThomas Fillon <thomas@parisson.com>
Mon, 30 Jun 2014 13:45:43 +0000 (15:45 +0200)
committerThomas Fillon <thomas@parisson.com>
Mon, 30 Jun 2014 13:45:43 +0000 (15:45 +0200)
tests/test_graphers_render_analyzers.py

index a6d2d4a9f228dc2c7076fc75fc574ca9b12f9f05..1819f64e07977ef2fae40a087a9ad8102a3ba055 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):