mailr3015 - /1.3/test_suite/unit_tests/data/test_diff_tensor.py


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

Header


Content

Posted by edward on February 18, 2007 - 00:37:
Author: bugman
Date: Sun Feb 18 00:36:48 2007
New Revision: 3015

URL: http://svn.gna.org/viewcvs/relax?rev=3015&view=rev
Log:
Modified the diffusion tensor data structure unit test for setting the tm 
parameter.

Now the spherical diffusion tensor type is initially set.


Modified:
    1.3/test_suite/unit_tests/data/test_diff_tensor.py

Modified: 1.3/test_suite/unit_tests/data/test_diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/data/test_diff_tensor.py?rev=3015&r1=3014&r2=3015&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/data/test_diff_tensor.py (original)
+++ 1.3/test_suite/unit_tests/data/test_diff_tensor.py Sun Feb 18 00:36:48 
2007
@@ -307,6 +307,9 @@
         Diso parameter.
         """
 
+        # Set the diffusion type.
+        self.diff_data.type = 'sphere'
+
         # Set the tm value to 10 ns.
         self.diff_data.tm = 1e-8
 




Related Messages


Powered by MHonArc, Updated Sun Feb 18 01:00:06 2007