mailr25369 - /trunk/auto_analyses/relax_disp.py


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

Header


Content

Posted by tlinnet on August 28, 2014 - 10:20:
Author: tlinnet
Date: Thu Aug 28 10:20:15 2014
New Revision: 25369

URL: http://svn.gna.org/viewcvs/relax?rev=25369&view=rev
Log:
Fix for warning message in the auto analyses in the GUI.

task #7822(https://gna.org/task/index.php?7822): Implement user function to 
estimate R2eff and associated errors for exponential curve fitting.

Modified:
    trunk/auto_analyses/relax_disp.py

Modified: trunk/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp.py?rev=25369&r1=25368&r2=25369&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp.py   (original)
+++ trunk/auto_analyses/relax_disp.py   Thu Aug 28 10:20:15 2014
@@ -513,7 +513,7 @@
                 subsection(file=sys.stdout, text="Estimating errors from 
Covariance matrix", prespace=1)
 
                 # Raise warning.
-                text = 'Estimating errors from the Covariance matrix is 
highly likely to "quite" wrong.  Use only with extreme care, and for initial 
rapid testing of your data.'
+                text = 'Estimating errors from the Covariance matrix is 
highly likely to be "quite" wrong.  Use only with extreme care, and for 
initial rapid testing of your data.'
                 warn(RelaxWarning(text))
 
                 # Estimate errors




Related Messages


Powered by MHonArc, Updated Thu Aug 28 10:40:02 2014