mailr25780 - /trunk/specific_analyses/model_free/back_compat.py


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

Header


Content

Posted by edward on September 12, 2014 - 11:55:
Author: bugman
Date: Fri Sep 12 11:55:20 2014
New Revision: 25780

URL: http://svn.gna.org/viewcvs/relax?rev=25780&view=rev
Log:
Fix for the old relax 1.2 model-free results file reading.

This is due to the pipe_control.monte_carlo to pipe_control.error_analysis 
module renaming.


Modified:
    trunk/specific_analyses/model_free/back_compat.py

Modified: trunk/specific_analyses/model_free/back_compat.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/model_free/back_compat.py?rev=25780&r1=25779&r2=25780&view=diff
==============================================================================
--- trunk/specific_analyses/model_free/back_compat.py   (original)
+++ trunk/specific_analyses/model_free/back_compat.py   Fri Sep 12 11:55:20 
2014
@@ -924,7 +924,7 @@
         all_select_sim = all_select_sim.tolist()
 
         # Set up the Monte Carlo simulations.
-        pipe_control.monte_carlo.setup(number=len(sims), 
all_select_sim=all_select_sim)
+        pipe_control.error_analysis.monte_carlo_setup(number=len(sims), 
all_select_sim=all_select_sim)
 
         # Turn the simulation state to off!
         cdp.sim_state = False




Related Messages


Powered by MHonArc, Updated Fri Sep 12 14:00:02 2014