mailr7507 - /1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py


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

Header


Content

Posted by edward on October 05, 2008 - 12:19:
Author: bugman
Date: Sun Oct  5 12:19:51 2008
New Revision: 7507

URL: http://svn.gna.org/viewcvs/relax?rev=7507&view=rev
Log:
Fix for the test_tm_51ns() system test.

The model 'tm4' is set rather than 'm4'.


Modified:
    1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py

Modified: 1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py?rev=7507&r1=7506&r2=7507&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/local_tm_model_elimination.py Sun Oct 
 5 12:19:51 2008
@@ -8,7 +8,7 @@
 sequence.read(file='Ap4Aase.Noe.600', dir=sys.path[-1] + 
'/test_suite/shared_data/relaxation_data/')
 
 # Select the model.
-model_free.select_model(model='m4')
+model_free.select_model(model='tm4')
 
 # Set a local tm value
 value.set(51 * 1e-9, 'local_tm', spin_id=":15")




Related Messages


Powered by MHonArc, Updated Sun Oct 05 13:00:02 2008