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
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits