mailr26839 - /trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py


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

Header


Content

Posted by edward on November 29, 2014 - 17:02:
Author: bugman
Date: Sat Nov 29 17:02:18 2014
New Revision: 26839

URL: http://svn.gna.org/viewcvs/relax?rev=26839&view=rev
Log:
Expanded the relax_fit_saturation_recovery.py system test script.

This now calls the error_analysis.covariance_matrix user function to test 
that code path.


Modified:
    trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py

Modified: 
trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py?rev=26839&r1=26838&r2=26839&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py    
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py    
  Sat Nov 29 17:02:18 2014
@@ -109,6 +109,9 @@
 # Minimise.
 minimise.execute('newton', constraints=False)
 
+# Try out the covariance matrix technique.
+error_analysis.covariance_matrix()
+
 # Monte Carlo simulations.
 monte_carlo.setup(number=5)
 monte_carlo.create_data()




Related Messages


Powered by MHonArc, Updated Sat Nov 29 17:20:03 2014