mailr12281 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm0_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:08:
Author: bugman
Date: Thu Jan 13 11:08:16 2011
New Revision: 12281

URL: http://svn.gna.org/viewcvs/relax?rev=12281&view=rev
Log:
Modified the module docstring, and passed in the 'tm0_grid' directory to 
setup_data().


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

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm0_grid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm0_grid.py?rev=12281&r1=12280&r2=12281&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm0_grid.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm0_grid.py Thu Jan 13 
11:08:16 2011
@@ -20,7 +20,7 @@
 #                                                                            
 #
 
###############################################################################
 
-"""Script for setting up the data pipe for testing optimisation."""
+"""Set up the data pipe for testing optimisation against tm0 relaxation 
data."""
 
 # relax module imports.
 from opt_tm_fns import create_sequence, opt_and_check, setup_data
@@ -33,7 +33,7 @@
 create_sequence(len(tm))
 
 # Set up the data.
-setup_data()
+setup_data(dir='tm0_grid')
 
 # Residue index.
 res_index = 0




Related Messages


Powered by MHonArc, Updated Thu Jan 13 11:20:02 2011