mailr13899 - /branches/gui_testing/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on July 26, 2011 - 18:05:
Author: bugman
Date: Tue Jul 26 18:05:02 2011
New Revision: 13899

URL: http://svn.gna.org/viewcvs/relax?rev=13899&view=rev
Log:
Fix to the dauvergne_protocol GUI analysis tab data checks, matching that of 
r13898.


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=13899&r1=13898&r2=13899&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Tue Jul 26 18:05:02 
2011
@@ -318,6 +318,10 @@
 
         # Spin vars.
         for spin, spin_id in spin_loop(return_id=True):
+            # Skip deselected spins.
+            if not spin.select:
+                continue
+
             # Test if the bond length has been set.
             if not hasattr(spin, 'r') or spin.r == None:
                 missing.append("Bond length data for spin '%s'." % spin_id)




Related Messages


Powered by MHonArc, Updated Tue Jul 26 19:00:02 2011