mailr17488 - /trunk/specific_fns/api_common.py


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

Header


Content

Posted by edward on September 18, 2012 - 15:19:
Author: bugman
Date: Tue Sep 18 15:19:03 2012
New Revision: 17488

URL: http://svn.gna.org/viewcvs/relax?rev=17488&view=rev
Log:
Bug fix for the repetition of Monte Carlo simulations in the relaxation 
curve-fitting analyses.

This is in the specific analysis API, so will allow all analysis types to 
repeat Monte Carlo
simulations for error analysis.


Modified:
    trunk/specific_fns/api_common.py

Modified: trunk/specific_fns/api_common.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_fns/api_common.py?rev=17488&r1=17487&r2=17488&view=diff
==============================================================================
--- trunk/specific_fns/api_common.py (original)
+++ trunk/specific_fns/api_common.py Tue Sep 18 15:19:03 2012
@@ -516,10 +516,6 @@
                 # Name for the simulation object.
                 sim_object_name = object_name + '_sim'
 
-                # Test if the simulation object already exists.
-                if hasattr(spin, sim_object_name):
-                    raise RelaxError("Monte Carlo parameter values have 
already been set.")
-
 
         # Set the Monte Carlo parameter values.
         #######################################




Related Messages


Powered by MHonArc, Updated Tue Sep 18 16:20:02 2012