mailr24806 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on July 29, 2014 - 14:08:
Author: bugman
Date: Tue Jul 29 14:08:11 2014
New Revision: 24806

URL: http://svn.gna.org/viewcvs/relax?rev=24806&view=rev
Log:
Fix for the frame order auto-analysis for the call to the grid search user 
function.

This user function has been renamed to minimise.grid_search, however not all 
parts of the analysis
had been converted to the new name.


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=24806&r1=24805&r2=24806&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Tue Jul 29 
14:08:11 2014
@@ -580,7 +580,7 @@
         print("\n\nTranslation active - splitting the grid search and 
iterating.")
         for i in range(2):
             # First optimise the rotation.
-            self.interpreter.grid_search(inc=[None, None, None, 
self.grid_inc_rigid, self.grid_inc_rigid, self.grid_inc_rigid])
+            self.interpreter.minimise.grid_search(inc=[None, None, None, 
self.grid_inc_rigid, self.grid_inc_rigid, self.grid_inc_rigid])
 
             # Then the translation.
             self.interpreter.minimise.grid_search(inc=[self.grid_inc_rigid, 
self.grid_inc_rigid, self.grid_inc_rigid, None, None, None])




Related Messages


Powered by MHonArc, Updated Tue Jul 29 15:20:02 2014