mailr5922 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on April 21, 2008 - 15:37:
Author: bugman
Date: Mon Apr 21 15:11:15 2008
New Revision: 5922

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

The structure.vectors() user function is no longer passed the heteronuc arg.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=5922&r1=5921&r2=5922&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Apr 21 15:11:15 2008
@@ -138,7 +138,7 @@
 
         # Read the PDF file and set the vectors.
         self.relax.interpreter._Structure.read_pdb(file='pdb', dir=path, 
model=1)
-        self.relax.interpreter._Structure.vectors(heteronuc='N', proton='H')
+        self.relax.interpreter._Structure.vectors(proton='H')
 
         # Read the relaxation data.
         self.relax.interpreter._Relax_data.read('R1', '600', 600.0 * 1e6, 
'r1.600.out', dir=path)




Related Messages


Powered by MHonArc, Updated Mon Apr 21 16:00:25 2008