mailr25061 - /trunk/specific_analyses/relax_disp/model.py


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

Header


Content

Posted by tlinnet on August 18, 2014 - 19:39:
Author: tlinnet
Date: Mon Aug 18 19:39:27 2014
New Revision: 25061

URL: http://svn.gna.org/viewcvs/relax?rev=25061&view=rev
Log:
Removed that any off-resonance R1rho models will learn 'dw' from DPL94.

Modified:
    trunk/specific_analyses/relax_disp/model.py

Modified: trunk/specific_analyses/relax_disp/model.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/model.py?rev=25061&r1=25060&r2=25061&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/model.py (original)
+++ trunk/specific_analyses/relax_disp/model.py Mon Aug 18 19:39:27 2014
@@ -191,26 +191,6 @@
             if part_compa_model_params == part_model_params:
                 return model_info, compa_model
 
-        # Loop over the list of comparable models, if the parameters are 
part of the more complex model, return that as nested model.
-        for compa_model in compa_models:
-            # If the params list are within the parameter list, then return 
that model.
-            param_in = False
-
-            # Loop over the parameters.
-            for param in compa_model.params:
-                if param in model_info.params:
-                    param_in = True
-
-                # Else break out of the loop.
-                else:
-                    # Break the for loop, if not found.
-                    param_in = False
-                    break
-
-            # If all parameters are found in the more complex model.
-            if param_in:
-                return model_info, compa_model
-
         # Special case for LM63
         if model == MODEL_LM63_3SITE:
             # Loop over the models.




Related Messages


Powered by MHonArc, Updated Tue Aug 19 09:40:02 2014