mailr25101 - /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 20, 2014 - 16:19:
Author: tlinnet
Date: Wed Aug 20 16:19:35 2014
New Revision: 25101

URL: http://svn.gna.org/viewcvs/relax?rev=25101&view=rev
Log:
Bugfix for Relax_disp.test_bug_21715_clustered_indexerror, where only 
'R2eff', 'No Rex' is analysed.

This special case was not tested inte the translating function.

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=25101&r1=25100&r2=25101&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/model.py (original)
+++ trunk/specific_analyses/relax_disp/model.py Wed Aug 20 16:19:35 2014
@@ -141,6 +141,10 @@
 
         else:
             all_r1rho_off_res = False
+
+    # In case, only analysing 'R2eff' or 'No Rex'
+    if len(self_models_rem_r2eff_norex) == 0:
+        all_r1rho_off_res = False
 
     # Now either replace or insert MODEL_NOREX_R1RHO.
     # If all models is R1rho off resonance.




Related Messages


Powered by MHonArc, Updated Wed Aug 20 17:00:02 2014