mailr4689 - /1.3/test_suite/system_tests/model_selection.py


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

Header


Content

Posted by edward on January 13, 2008 - 19:03:
Author: bugman
Date: Sun Jan 13 19:03:55 2008
New Revision: 4689

URL: http://svn.gna.org/viewcvs/relax?rev=4689&view=rev
Log:
Bug fix for the system test of AIC model selection between two diffusion 
tensors.

The diffusion tensor was not been properly set up.


Modified:
    1.3/test_suite/system_tests/model_selection.py

Modified: 1.3/test_suite/system_tests/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_selection.py?rev=4689&r1=4688&r2=4689&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_selection.py (original)
+++ 1.3/test_suite/system_tests/model_selection.py Sun Jan 13 19:03:55 2008
@@ -67,7 +67,7 @@
             self.relax.interpreter._Relax_data.read('NOE', '500', 500.0 * 
1e6, 'noe.500.out', dir=path)
 
             # Set the diffusion tensors.
-            self.relax.interpreter._Diffusion_tensor.init('sphere', 
tensors[i], fixed=0)
+            self.relax.interpreter._Diffusion_tensor.init(tensors[i], 
fixed=0)
 
         # Set some global stats.
         relax_data_store['sphere'].chi2 = 200




Related Messages


Powered by MHonArc, Updated Sun Jan 13 19:20:18 2008