mailr25801 - /trunk/auto_analyses/relax_fit.py


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

Header


Content

Posted by tlinnet on September 12, 2014 - 16:56:
Author: tlinnet
Date: Fri Sep 12 16:56:11 2014
New Revision: 25801

URL: http://svn.gna.org/viewcvs/relax?rev=25801&view=rev
Log:
Fix for a bug introduced in the auto analysis of relax_fit.

A variable was called, before it was set.

Modified:
    trunk/auto_analyses/relax_fit.py

Modified: trunk/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_fit.py?rev=25801&r1=25800&r2=25801&view=diff
==============================================================================
--- trunk/auto_analyses/relax_fit.py    (original)
+++ trunk/auto_analyses/relax_fit.py    Fri Sep 12 16:56:11 2014
@@ -199,10 +199,11 @@
             return
 
         # Check if there is replicates, and the user has not specified them.
+
+        # Set flag for dublicates.
+        has_dub = False
+
         if not hasattr(cdp, 'replicates'):
-            # Has dublicates
-            has_dub = False
-
             # Collect all times, and matching spectrum id.
             all_times = []
             all_id = []




Related Messages


Powered by MHonArc, Updated Fri Sep 12 17:00:02 2014