mailr14453 - /branches/inversion-recovery/test_suite/system_tests/relax_fit.py


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

Header


Content

Posted by sebastien . morin on August 25, 2011 - 15:02:
Author: semor
Date: Thu Aug 25 15:02:24 2011
New Revision: 14453

URL: http://svn.gna.org/viewcvs/relax?rev=14453&view=rev
Log:
Added tests values for the fitting of data from the second spin.

This second spin was added in revision 14451.


Modified:
    branches/inversion-recovery/test_suite/system_tests/relax_fit.py

Modified: branches/inversion-recovery/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/inversion-recovery/test_suite/system_tests/relax_fit.py?rev=14453&r1=14452&r2=14453&view=diff
==============================================================================
--- branches/inversion-recovery/test_suite/system_tests/relax_fit.py 
(original)
+++ branches/inversion-recovery/test_suite/system_tests/relax_fit.py Thu Aug 
25 15:02:24 2011
@@ -94,10 +94,10 @@
 
         # Data.
         relax_times = [0.2, 0.45, 0.75, 0.75, 1.1, 1.5, 1.95, 1.95, 2.45]
-        chi2 = [1]
-        rx = [1.5]
-        i0 = [-50]
-        iinf = [14]
+        chi2 = [1, 1]
+        rx = [1.5, 1.2]
+        i0 = [-50, -30]
+        iinf = [14, 22]
 
         # Some checks.
         self.assertEqual(cdp.curve_type, 'exp_3param_inv_neg')




Related Messages


Powered by MHonArc, Updated Thu Aug 25 15:40:02 2011