mailr24676 - /branches/zooming_grid_search/pipe_control/minimise.py


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

Header


Content

Posted by edward on July 23, 2014 - 14:35:
Author: bugman
Date: Wed Jul 23 14:35:06 2014
New Revision: 24676

URL: http://svn.gna.org/viewcvs/relax?rev=24676&view=rev
Log:
Fix for the grid search setup printout when parameters are preset.


Modified:
    branches/zooming_grid_search/pipe_control/minimise.py

Modified: branches/zooming_grid_search/pipe_control/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/pipe_control/minimise.py?rev=24676&r1=24675&r2=24676&view=diff
==============================================================================
--- branches/zooming_grid_search/pipe_control/minimise.py       (original)
+++ branches/zooming_grid_search/pipe_control/minimise.py       Wed Jul 23 
14:35:06 2014
@@ -311,7 +311,7 @@
             if skip_preset and not values[i] in [None, {}, []] and not 
isNaN(values[i]):
                 lower_i = values[i]
                 upper_i = values[i]
-                model_inc[-1][i] = 1
+                model_inc[-1][i] = incs = 1
                 comment = 'Preset value'
 
             # Scale the bounds.




Related Messages


Powered by MHonArc, Updated Wed Jul 23 16:00:03 2014