mailr5997 - /1.3/test_suite/system_tests/scripts/relax_fit.py


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

Header


Content

Posted by edward on April 25, 2008 - 11:21:
Author: bugman
Date: Fri Apr 25 11:21:11 2008
New Revision: 5997

URL: http://svn.gna.org/viewcvs/relax?rev=5997&view=rev
Log:
The curve fitting system test script now names the spins so they can be 
matched to the assignments.


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

Modified: 1.3/test_suite/system_tests/scripts/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/relax_fit.py?rev=5997&r1=5996&r2=5997&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/relax_fit.py (original)
+++ 1.3/test_suite/system_tests/scripts/relax_fit.py Fri Apr 25 11:21:11 2008
@@ -11,6 +11,9 @@
 
 # Load the sequence.
 sequence.read('Ap4Aase.seq', dir=sys.path[-1] + 
'/test_suite/system_tests/data')
+
+# Name the spins so they can be matched to the assignments.
+spin.rename(new_name='N')
 
 # Load the peak intensities.
 relax_fit.read(file='T2_ncyc1_ave.list', dir=data_path, relax_time=0.0176)




Related Messages


Powered by MHonArc, Updated Fri Apr 25 11:40:24 2008