mailr6796 - in /1.3/test_suite/system_tests: model_free.py scripts/angles.py


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

Header


Content

Posted by edward on July 07, 2008 - 16:07:
Author: bugman
Date: Mon Jul  7 15:01:01 2008
New Revision: 6796

URL: http://svn.gna.org/viewcvs/relax?rev=6796&view=rev
Log:
Fixed two calls to structure.vectors() in the system tests.


Modified:
    1.3/test_suite/system_tests/model_free.py
    1.3/test_suite/system_tests/scripts/angles.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=6796&r1=6795&r2=6796&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Jul  7 15:01:01 2008
@@ -182,7 +182,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.load_spins('@N')
-        self.relax.interpreter._Structure.vectors(proton='H')
+        self.relax.interpreter._Structure.vectors(attached='H')
 
         # Read the relaxation data.
         self.relax.interpreter._Relax_data.read('R1', '600', 600.0 * 1e6, 
'r1.600.out', dir=path)

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=6796&r1=6795&r2=6796&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/angles.py (original)
+++ 1.3/test_suite/system_tests/scripts/angles.py Mon Jul  7 15:01:01 2008
@@ -11,7 +11,7 @@
 structure.load_spins('@N')
 
 # Set the NH vector.
-structure.vectors(proton='H')
+structure.vectors(attached='H')
 
 # Initialise a diffusion tensor.
 diffusion_tensor.init((1.698e7, 1.417e7, 67.174, -83.718), param_types=3)




Related Messages


Powered by MHonArc, Updated Mon Jul 07 21:20:13 2008