mailr6005 - /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:58:
Author: bugman
Date: Fri Apr 25 11:58:51 2008
New Revision: 6005

URL: http://svn.gna.org/viewcvs/relax?rev=6005&view=rev
Log:
Updated the relaxation curve fitting system test script to call spin.name().


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=6005&r1=6004&r2=6005&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:58:51 2008
@@ -13,7 +13,7 @@
 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')
+spin.name(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 12:00:25 2008