mailr12176 - /1.3/generic_fns/spectrum.py


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

Header


Content

Posted by edward on January 10, 2011 - 15:11:
Author: bugman
Date: Mon Jan 10 15:11:10 2011
New Revision: 12176

URL: http://svn.gna.org/viewcvs/relax?rev=12176&view=rev
Log:
The peak volume errors are now calculated for replicated spectra in the 
relaxation curve-fitting.

This bug was identified by Maddy Strickland <M.Strickland att bristol dott ac 
dot uk> in the post
Message-id: <55870.137.222.43.71.1294412799.squirrel@xxxxxxxxxxxxxxxxxx>
https://mail.gna.org/public/relax-users/2011-01/msg00007.html.


Modified:
    1.3/generic_fns/spectrum.py

Modified: 1.3/generic_fns/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/spectrum.py?rev=12176&r1=12175&r2=12176&view=diff
==============================================================================
--- 1.3/generic_fns/spectrum.py (original)
+++ 1.3/generic_fns/spectrum.py Mon Jan 10 15:11:10 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004, 2007-2009 Edward d'Auvergne                            
 #
+# Copyright (C) 2004, 2007-2011 Edward d'Auvergne                            
 #
 # Copyright (C) 2008 Sebastien Morin                                         
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
@@ -414,7 +414,9 @@
         if hasattr(cdp, 'replicates'):
             # Print out.
             print("Replicated spectra:  Yes.")
-            raise RelaxImplementError
+
+            # Set the errors.
+            __errors_repl()
 
         # No replicated spectra.
         else:




Related Messages


Powered by MHonArc, Updated Mon Jan 10 15:20:02 2011