mailr25782 - /trunk/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 edward on September 12, 2014 - 13:52:
Author: bugman
Date: Fri Sep 12 13:52:15 2014
New Revision: 25782

URL: http://svn.gna.org/viewcvs/relax?rev=25782&view=rev
Log:
Modified the Relax_fit.test_curve_fitting_height_estimate_error system test.

The call to relax_fit.rx_err_estimate has been replaced by the yet-to-be 
implemented
error_analysis.covariance_matrix user function.


Modified:
    trunk/test_suite/system_tests/relax_fit.py

Modified: trunk/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_fit.py?rev=25782&r1=25781&r2=25782&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_fit.py  (original)
+++ trunk/test_suite/system_tests/relax_fit.py  Fri Sep 12 13:52:15 2014
@@ -379,7 +379,7 @@
         # Compare rx errors.
         if True:
             # Estimate rx and i0 errors.
-            self.interpreter.relax_fit.rx_err_estimate()
+            self.interpreter.error_analysis.covariance_matrix()
 
             # Collect:
             i0_est = []




Related Messages


Powered by MHonArc, Updated Fri Sep 12 14:00:02 2014