mailRe: r10929 - /branches/bieri_gui/auto_analyses/relax_fit.py


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

Header


Content

Posted by Edward d'Auvergne on February 25, 2010 - 10:15:
Hi,

This is why this should be in the 1.3 line.  This is a bug fix.  But
only the GUI branch will have this fix.  Therefore please revert all
changes to the auto_analyses and submit these as patches for the 1.3
line (you can get the patches using the "svn diff -r10:11" command,
for example to get revision 11 as a patch).

Cheers,

Edward



On 25 February 2010 05:47,  <michael.bieri@xxxxxx> wrote:
Author: michaelbieri
Date: Thu Feb 25 05:47:54 2010
New Revision: 10929

URL: http://svn.gna.org/viewcvs/relax?rev=10929&view=rev
Log:
Replicated spectra are set correctly.

Modified:
   branches/bieri_gui/auto_analyses/relax_fit.py

Modified: branches/bieri_gui/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/relax_fit.py?rev=10929&r1=10928&r2=10929&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/relax_fit.py (original)
+++ branches/bieri_gui/auto_analyses/relax_fit.py Thu Feb 25 05:47:54 2010
@@ -107,7 +107,7 @@
            
self.interpreter.spectrum.read_intensities(file=self.file_names[i], 
spectrum_id=self.file_names[i], int_method=self.int_method, heteronuc='N', 
proton='H')

            # Set the relaxation times.
-            
self.interpreter.relax_fit.relax_time(time=float(self.relax_times[i]), 
spectrum_id=self.file_names[i])
+            
self.interpreter.relax_fit.relax_time(time=float(self.relax_times[i]), 
spectrum_id=self.file_names[j])

        # Specify the duplicated spectra.
        for i in range(len(self.file_names)):


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

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




Related Messages


Powered by MHonArc, Updated Sun Feb 28 22:40:30 2010