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 = []


_______________________________________________
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