mailr9264 - /1.3/test_suite/system_tests/diffusion_tensor.py


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

Header


Content

Posted by edward on July 21, 2009 - 22:31:
Author: bugman
Date: Tue Jul 21 22:31:06 2009
New Revision: 9264

URL: http://svn.gna.org/viewcvs/relax?rev=9264&view=rev
Log:
The spherical diffusion tensor system tests are now properly set up.


Modified:
    1.3/test_suite/system_tests/diffusion_tensor.py

Modified: 1.3/test_suite/system_tests/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/diffusion_tensor.py?rev=9264&r1=9263&r2=9264&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/diffusion_tensor.py (original)
+++ 1.3/test_suite/system_tests/diffusion_tensor.py Tue Jul 21 22:31:06 2009
@@ -69,7 +69,10 @@
         self.relax.interpreter._Pipe.switch('sphere')
         cdp = get_pipe()
         cdp.diff_tensor.tm_err = 10e-11
-        cdp.diff_tensor.tm_sim = [8.98e-8, 8.99e-8, 9.00e-8, 9.01e-8, 
9.02e-8]
+        cdp.diff_tensor.tm_sim = DiffTensorSimList('tm', cdp.diff_tensor, 
elements=5)
+        tm_sim = [8.98e-8, 8.99e-8, 9.00e-8, 9.01e-8, 9.02e-8]
+        for i in range(5):
+            cdp.diff_tensor.tm_sim[i] = tm_sim[i]
 
 
         # Some fake MC simulations (for the spheroid).




Related Messages


Powered by MHonArc, Updated Tue Jul 21 22:40:06 2009