mailr12299 - /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:51:
Author: bugman
Date: Thu Jan 13 11:51:50 2011
New Revision: 12299

URL: http://svn.gna.org/viewcvs/relax?rev=12299&view=rev
Log:
Fix for the opt_tm4_grid.py model-free system test script - the correct 
number of residues is needed.


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=12299&r1=12298&r2=12299&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:51:50 2011
@@ -33,7 +33,7 @@
 rex = [0.5, 4]
 
 # Create the sequence.
-create_sequence(len(tm)*len(s2)*len(rex))
+create_sequence(len(tm)*len(s2)*len(te)*len(rex))
 
 # Set up the data.
 setup_data(dir='tm4_grid')




Related Messages


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