mailr12298 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py


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

Header


Content

Posted by edward on January 13, 2011 - 11:50:
Author: bugman
Date: Thu Jan 13 11:50:30 2011
New Revision: 12298

URL: http://svn.gna.org/viewcvs/relax?rev=12298&view=rev
Log:
Fix for the opt_tm4_grid.py model-free system test script - the tm4 grid 
should be used!


Modified:
    1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py?rev=12298&r1=12297&r2=12298&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm4_grid.py Thu Jan 13 
11:50:30 2011
@@ -20,7 +20,7 @@
 #                                                                            
 #
 
###############################################################################
 
-"""Set up the data pipe for testing optimisation against tm3 relaxation 
data."""
+"""Set up the data pipe for testing optimisation against tm4 relaxation 
data."""
 
 # relax module imports.
 from opt_tm_fns import create_sequence, opt_and_check, setup_data
@@ -36,7 +36,7 @@
 create_sequence(len(tm)*len(s2)*len(rex))
 
 # Set up the data.
-setup_data(dir='tm3_grid')
+setup_data(dir='tm4_grid')
 
 # Residue index.
 res_index = 0




Related Messages


Powered by MHonArc, Updated Thu Jan 13 12:00:01 2011