mailr5326 - /1.3/test_suite/system_tests/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on April 04, 2008 - 17:29:
Author: semor
Date: Fri Apr  4 17:29:57 2008
New Revision: 5326

URL: http://svn.gna.org/viewcvs/relax?rev=5326&view=rev
Log:
Partially fixed more code so the consistency tests system test can go further 
before failure...

Set missing parameter values in system test code.


Modified:
    1.3/test_suite/system_tests/consistency_tests.py

Modified: 1.3/test_suite/system_tests/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/consistency_tests.py?rev=5326&r1=5325&r2=5326&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/consistency_tests.py (original)
+++ 1.3/test_suite/system_tests/consistency_tests.py Fri Apr  4 17:29:57 2008
@@ -81,6 +81,12 @@
         self.relax.interpreter._Value.set(N15_CSA, 'csa')
         self.relax.interpreter._Value.set('15N', 'heteronucleus')
 
+        # Set the angle between the 15N-1H vector and the principal axis of 
the 15N chemical shift tensor
+        self.relax.interpreter._Value.set(15.7, 'orientation')
+
+        # Set the approximate correlation time.
+        self.relax.interpreter._Value.set(13 * 1e-9, 'tc')
+
         # Select the frequency.
         self.relax.interpreter._Consistency_tests.set_frq(frq=600.0 * 1e6)
 




Related Messages


Powered by MHonArc, Updated Fri Apr 04 17:40:12 2008