mailr24580 - /branches/zooming_grid_search/pipe_control/monte_carlo.py


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

Header


Content

Posted by edward on July 21, 2014 - 09:23:
Author: bugman
Date: Mon Jul 21 09:23:37 2014
New Revision: 24580

URL: http://svn.gna.org/viewcvs/relax?rev=24580&view=rev
Log:
Fix for the Monte Carlo simulations for the model_info argument changes in 
the specific API.


Modified:
    branches/zooming_grid_search/pipe_control/monte_carlo.py

Modified: branches/zooming_grid_search/pipe_control/monte_carlo.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/pipe_control/monte_carlo.py?rev=24580&r1=24579&r2=24580&view=diff
==============================================================================
--- branches/zooming_grid_search/pipe_control/monte_carlo.py    (original)
+++ branches/zooming_grid_search/pipe_control/monte_carlo.py    Mon Jul 21 
09:23:37 2014
@@ -273,7 +273,7 @@
             select_sim = all_select_sim[i]
 
         # Set the selected simulation array.
-        api.set_selected_sim(model_info, select_sim)
+        api.set_selected_sim(select_sim, model_info=model_info)
 
         # Model index.
         i += 1




Related Messages


Powered by MHonArc, Updated Mon Jul 21 09:40:03 2014