mailr5575 - /1.3/test_suite/system_tests/scripts/angles.py


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

Header


Content

Posted by edward on April 10, 2008 - 17:57:
Author: bugman
Date: Thu Apr 10 17:57:19 2008
New Revision: 5575

URL: http://svn.gna.org/viewcvs/relax?rev=5575&view=rev
Log:
Fix for the test_angles() system test.  The spins are now loaded.


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

Modified: 1.3/test_suite/system_tests/scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/angles.py?rev=5575&r1=5574&r2=5575&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/angles.py (original)
+++ 1.3/test_suite/system_tests/scripts/angles.py Thu Apr 10 17:57:19 2008
@@ -3,6 +3,9 @@
 
 # Read a PDB file.
 structure.read_pdb(file='test.pdb', dir=sys.path[-1] + 
'/test_suite/system_tests/data', model=1)
+
+# Load the spins.
+structure.load_spins('@N')
 
 # Set the NH vector.
 structure.vectors(heteronuc='N', proton='H')




Related Messages


Powered by MHonArc, Updated Fri Apr 11 12:40:09 2008