Author: bugman
Date: Fri Sep 12 17:21:08 2014
New Revision: 25806

URL: http://svn.gna.org/viewcvs/relax?rev=25806&view=rev
Log:
Fix for the axis permutation protocol in the frame order auto-analysis.

If a results file was found for one of the permutations, a return from the 
function would occur.
The result is that the other permutations would not be loaded or optimised.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=25806&r1=25805&r2=25806&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Fri Sep 12 
17:21:08 2014
@@ -202,8 +202,8 @@
                 # The PDB representation of the model and visualisation script 
(in case this was not completed correctly).
                 self.visualisation(model=perm_model)
 
-                # Exit the function.
-                return
+                # Jump to the next permutation.
+                continue
 
             # Copy the data pipe, and add it to the list so it is included in 
the model selection.
             self.interpreter.pipe.copy(pipe_from=self.pipe_name_dict[model], 
pipe_to=self.pipe_name_dict[perm_model])


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to