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 = []
_______________________________________________
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