mailr20382 - /branches/relax_disp/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on July 18, 2013 - 11:55:
Author: bugman
Date: Thu Jul 18 11:55:52 2013
New Revision: 20382

URL: http://svn.gna.org/viewcvs/relax?rev=20382&view=rev
Log:
Fix for the model nesting method of the relaxation dispersion auto-analysis 
for deselected spins.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=20382&r1=20381&r2=20382&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Thu Jul 18 11:55:52 2013
@@ -169,7 +169,7 @@
         print("Model nesting detected, copying the optimised parameters from 
the '%s' model rather than performing a grid search." % nested_pipe)
 
         # Loop over the spins to copy the parameters.
-        for spin, spin_id in spin_loop(return_id=True):
+        for spin, spin_id in spin_loop(return_id=True, skip_desel=True):
             # Get the nested spin.
             nested_spin = return_spin(spin_id=spin_id, pipe=nested_pipe)
 




Related Messages


Powered by MHonArc, Updated Thu Jul 18 12:00:02 2013