mailr24713 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.py


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

Header


Content

Posted by edward on July 24, 2014 - 16:24:
Author: bugman
Date: Thu Jul 24 16:24:53 2014
New Revision: 24713

URL: http://svn.gna.org/viewcvs/relax?rev=24713&view=rev
Log:
Fix for the grid search in the frame order analysis.

This is a recently introduced problem due to the changes of the 
zooming_grid_search branch.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=24713&r1=24712&r2=24713&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Thu 
Jul 24 16:24:53 2014
@@ -398,7 +398,7 @@
                 end_point = False
 
             # Append the grid row.
-            row = grid_row(inc[i], lower, upper, dist_type=dist_type, 
end_point=end_point)
+            row = grid_row(inc[i], lower[i], upper[i], dist_type=dist_type, 
end_point=end_point)
             grid.append(row)
 
             # Remove an inc if the end point has been removed.




Related Messages


Powered by MHonArc, Updated Thu Jul 24 16:40:02 2014