mailr25624 - /trunk/test_suite/shared_data/dispersion/profiling/base.py


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

Header


Content

Posted by edward on September 04, 2014 - 15:23:
Author: bugman
Date: Thu Sep  4 15:23:11 2014
New Revision: 25624

URL: http://svn.gna.org/viewcvs/relax?rev=25624&view=rev
Log:
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=25624&r1=25623&r2=25624&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:23:11 2014
@@ -247,7 +247,7 @@
 
         # relax version compatibility.
         self.relax_times_compat = self.relax_times
-        if version == 'repository checkout' or version_comparison(version, 
'3.2.3') <= 0:
+        if version == 'repository checkout' or version_comparison(version, 
'3.2.3') == 1:
             self.relax_times_compat = []
             for ei in range(len(self.exp_type)):
                 self.relax_times_compat.append([])




Related Messages


Powered by MHonArc, Updated Thu Sep 04 15:40:02 2014