mailr6756 - /1.3/specific_fns/model_free/mf_minimise.py


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

Header


Content

Posted by edward on July 05, 2008 - 16:18:
Author: bugman
Date: Sat Jul  5 16:18:18 2008
New Revision: 6756

URL: http://svn.gna.org/viewcvs/relax?rev=6756&view=rev
Log:
Fix for the grid_search_config_diff() method and the call to it.

The current data pipe is aliased, and the verbosity flag is not sent into the 
method.


Modified:
    1.3/specific_fns/model_free/mf_minimise.py

Modified: 1.3/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/mf_minimise.py?rev=6756&r1=6755&r2=6756&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/mf_minimise.py (original)
+++ 1.3/specific_fns/model_free/mf_minimise.py Sat Jul  5 16:18:18 2008
@@ -533,7 +533,7 @@
         # Minimisation options for diffusion tensor parameters.
         if model_type == 'diff' or model_type == 'all':
             # Get the diffusion tensor specific configuration.
-            m = self.grid_search_config_diff(min_options, inc, m, 
verbosity=verbosity)
+            m = self.grid_search_config_diff(min_options, inc, m)
 
         # Model-free parameters (residue specific parameters).
         if model_type != 'diff':
@@ -580,6 +580,9 @@
         @return:            The index of the last parameter encountered (m).
         @rtype:             int
         """
+
+        # Alias the current data pipe.
+        cdp = ds[ds.current_pipe]
 
         # Spherical diffusion {tm}.
         if cdp.diff.type == 'sphere':




Related Messages


Powered by MHonArc, Updated Sat Jul 05 16:20:12 2008