Author: bugman
Date: Thu Sep  4 15:25:22 2014
New Revision: 25625

URL: http://svn.gna.org/viewcvs/relax?rev=25625&view=rev
Log:
Another fix for the relaxation time data structure compatibility with different 
relax versions.

This is for the dispersion model profiling base script.


Modified:
    trunk/test_suite/shared_data/dispersion/profiling/base.py

Modified: trunk/test_suite/shared_data/dispersion/profiling/base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/dispersion/profiling/base.py?rev=25625&r1=25624&r2=25625&view=diff
==============================================================================
--- trunk/test_suite/shared_data/dispersion/profiling/base.py   (original)
+++ trunk/test_suite/shared_data/dispersion/profiling/base.py   Thu Sep  4 
15:25:22 2014
@@ -246,7 +246,7 @@
         r1 = ones([self.num_spins, self.fields.shape[0]])
 
         # relax version compatibility.
-        self.relax_times_compat = self.relax_times
+        self.relax_times_compat = relax_times
         if version == 'repository checkout' or version_comparison(version, 
'3.2.3') == 1:
             self.relax_times_compat = []
             for ei in range(len(self.exp_type)):


_______________________________________________
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

Reply via email to