changeset 141:3346fcd3818b

Changé un True pour False, mais je le commit car c'est ça que j'utilise pour lancer mes jobs.
author fsavard
date Mon, 22 Feb 2010 14:22:07 -0500
parents 29fd19d67026
children bb26c12bb9f6 d1bb6e06497a
files scripts/stacked_dae/nist_sda.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/stacked_dae/nist_sda.py	Mon Feb 22 13:39:35 2010 -0500
+++ b/scripts/stacked_dae/nist_sda.py	Mon Feb 22 14:22:07 2010 -0500
@@ -19,7 +19,7 @@
 
 from utils import produit_croise_jobs
 
-TEST_CONFIG = True
+TEST_CONFIG = False
 
 NIST_ALL_LOCATION = '/data/lisa/data/nist/by_class/all'