mailr14156 - /branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 04, 2011 - 19:46:
Author: bugman
Date: Thu Aug  4 19:46:59 2011
New Revision: 14156

URL: http://svn.gna.org/viewcvs/relax?rev=14156&view=rev
Log:
The dauvergne_protocol system test script can now run stand-alone.


Modified:
    
branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py

Modified: 
branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py?rev=14156&r1=14155&r2=14156&view=diff
==============================================================================
--- 
branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py
 (original)
+++ 
branches/gui_testing/test_suite/system_tests/scripts/model_free/dauvergne_protocol.py
 Thu Aug  4 19:46:59 2011
@@ -214,5 +214,11 @@
 # Execution.
 ############
 
+# The results dir.
+if not hasattr(ds, 'tmpdir'):
+    results_dir = 'dauvergne_protocol'
+else:
+    results_dir = ds.tmpdir
+
 for global_model in ['local_tm', 'sphere', 'prolate', 'oblate', 'ellipsoid', 
'final']:
-    dAuvergne_protocol(pipe_name=name, results_dir=ds.tmpdir, 
diff_model=global_model, mf_models=MF_MODELS, 
local_tm_models=LOCAL_TM_MODELS, grid_inc=GRID_INC, min_algor=MIN_ALGOR, 
mc_sim_num=MC_NUM, conv_loop=CONV_LOOP)
+    dAuvergne_protocol(pipe_name=name, results_dir=results_dir, 
diff_model=global_model, mf_models=MF_MODELS, 
local_tm_models=LOCAL_TM_MODELS, grid_inc=GRID_INC, min_algor=MIN_ALGOR, 
mc_sim_num=MC_NUM, conv_loop=CONV_LOOP)




Related Messages


Powered by MHonArc, Updated Thu Aug 04 20:40:02 2011