mailr12278 - /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 - 10:54:
Author: bugman
Date: Thu Jan 13 10:54:09 2011
New Revision: 12278

URL: http://svn.gna.org/viewcvs/relax?rev=12278&view=rev
Log:
Fix for the opt_tm0_grid.py script, the parameter values now should be sent 
in.


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=12278&r1=12277&r2=12278&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 
10:54:09 2011
@@ -41,7 +41,7 @@
 # Loop over tm.
 for tm_index in range(len(tm)):
     # Optimise and validate.
-    opt_and_check(spin=cdp.mol[0].res[res_index].spin[0], tm=tm, 
tm_index=tm_index)
+    opt_and_check(spin=cdp.mol[0].res[res_index].spin[0], tm=tm[tm_index])
 
     # Increment the residue index.
     res_index += 1




Related Messages


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