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 _______________________________________________ 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

