mailr7560 - /1.3/test_suite/system_tests/scripts/noe.py


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

Header


Content

Posted by edward on October 07, 2008 - 22:49:
Author: bugman
Date: Tue Oct  7 22:49:53 2008
New Revision: 7560

URL: http://svn.gna.org/viewcvs/relax?rev=7560&view=rev
Log:
Fix for the noe.py system test script.

The spin names needed to be set to 'N'.


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

Modified: 1.3/test_suite/system_tests/scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/noe.py?rev=7560&r1=7559&r2=7560&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/noe.py (original)
+++ 1.3/test_suite/system_tests/scripts/noe.py Tue Oct  7 22:49:53 2008
@@ -6,6 +6,9 @@
 
 # Load the sequence.
 sequence.read(file='Ap4Aase.seq', dir=sys.path[-1] + 
'/test_suite/shared_data')
+
+# Name the spins so they can be matched to the assignments.
+spin.name(name='N')
 
 # Load the reference spectrum and saturated spectrum peak intensities.
 noe.read(file='ref_ave.list', dir=sys.path[-1] + 
'/test_suite/shared_data/peak_lists', spectrum_type='ref')




Related Messages


Powered by MHonArc, Updated Tue Oct 07 23:00:05 2008