mailr25357 - /trunk/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on August 27, 2014 - 21:18:
Author: tlinnet
Date: Wed Aug 27 21:18:50 2014
New Revision: 25357

URL: http://svn.gna.org/viewcvs/relax?rev=25357&view=rev
Log:
Renamed systemtest, that test the user function for estimating the R2eff 
error:

test_estimate_r2eff_err, test the user function.
test_estimate_r2eff_err_methods, test different methods for getting the error.

task #7822(https://gna.org/task/index.php?7822): Implement user function to 
estimate R2eff and associated errors for exponential curve fitting.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=25357&r1=25356&r2=25357&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Aug 27 21:18:50 2014
@@ -62,6 +62,8 @@
             # The list of tests to skip.
             to_skip = [
                 
"test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp",
+                "test_estimate_r2eff_err",
+                "test_estimate_r2eff_err_methods"
                 "test_exp_fit",
                 "test_m61_exp_data_to_m61",
                 "test_r1rho_kjaergaard_auto",
@@ -78,8 +80,7 @@
         if not dep_check.scipy_module:
             # The list of tests to skip.
             to_skip = [
-                "test_estimate_r2eff",
-                "test_estimate_r2eff_error"
+                "test_estimate_r2eff_err_methods"
             ]
 
             # Store in the status object.
@@ -2660,8 +2661,8 @@
             spin_index += 1
 
 
-    def test_estimate_r2eff(self):
-        """Test the user function for estimating R2eff and associated errors 
for exponential curve fitting.
+    def test_estimate_r2eff_err(self):
+        """Test the user function for estimating R2eff errors from 
exponential curve fitting.
 
         This follows Task 7822.
         U{task #7822<https://gna.org/task/index.php?7822>}: Implement user 
function to estimate R2eff and associated errors for exponential curve 
fitting.
@@ -2750,8 +2751,8 @@
         self.verify_r1rho_kjaergaard_missing_r1(models=MODELS, 
result_dir_name=result_dir_name, do_assert=False)
 
 
-    def test_estimate_r2eff_error(self):
-        """Test the user function for estimating R2eff and associated errors 
for exponential curve fitting.
+    def test_estimate_r2eff_err_methods(self):
+        """Test the user function for estimating R2eff and associated errors 
for exponential curve fitting with different methods.
         This is compared with a run where erros are estimated by 2000 Monte 
Carlo simulations.
 
         This follows Task 7822.




Related Messages


Powered by MHonArc, Updated Wed Aug 27 22:00:03 2014