mailr22308 - /trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py


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

Header


Content

Posted by tlinnet on February 25, 2014 - 15:05:
Author: tlinnet
Date: Tue Feb 25 15:05:03 2014
New Revision: 22308

URL: http://svn.gna.org/viewcvs/relax?rev=22308&view=rev
Log:
Re-ordered unit tests for test of get_curve_type() and 
has_exponential_exp_type().

Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis 
with two fields at two delay times.

Modified:
    
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py

Modified: 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py?rev=22308&r1=22307&r2=22308&view=diff
==============================================================================
--- 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py 
(original)
+++ 
trunk/test_suite/unit_tests/_specific_analyses/_relax_disp/test_disp_data.py 
Tue Feb 25 15:05:03 2014
@@ -88,15 +88,15 @@
             print(times[exp_type])
             self.assertEqual(len(times[exp_type]), 2)
 
+        # Check the return of get_curve_type function.
+        curve_type = get_curve_type()
+        print(curve_type)
+        self.assertEqual(curve_type, 'fixed time')
+
         # Check the return of has_exponential_exp_type.
         exponential_exp_type = has_exponential_exp_type()
         print(exponential_exp_type)
         self.assertEqual(exponential_exp_type, False)
-
-        # Check the return of get_curve_type function.
-        curve_type = get_curve_type()
-        print(curve_type)
-        self.assertEqual(curve_type, 'fixed time')
 
 
     def test_loop_exp_frq(self):




Related Messages


Powered by MHonArc, Updated Tue Feb 25 15:20:02 2014