mailr11039 - /1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py


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

Header


Content

Posted by edward on March 19, 2010 - 14:51:
Author: bugman
Date: Fri Mar 19 14:51:52 2010
New Revision: 11039

URL: http://svn.gna.org/viewcvs/relax?rev=11039&view=rev
Log:
Modified the diffusion tensor optimisation system test script for stand-alone 
operation.


Modified:
    1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py

Modified: 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py?rev=11039&r1=11038&r2=11039&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py (original)
+++ 1.3/test_suite/system_tests/scripts/diff_tensor/tensor_opt.py Fri Mar 19 
14:51:52 2010
@@ -9,6 +9,10 @@
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
 
+
+# Stand alone operation.
+if not hasattr(ds, 'diff_type'):
+    ds.diff_type = 'ellipsoid'
 
 # A data pipe.
 pipe.create('diff_opt', 'mf')




Related Messages


Powered by MHonArc, Updated Fri Mar 19 15:20:05 2010