mailr22384 - /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 February 28, 2014 - 17:39:
Author: tlinnet
Date: Fri Feb 28 17:39:42 2014
New Revision: 22384

URL: http://svn.gna.org/viewcvs/relax?rev=22384&view=rev
Log:
Removed systemtest for calc(), since this is only for fixed time experiments.

Regarding bug #21344, (https://gna.org/bugs/index.php?21344) - Handling of in 
sparse acquired R1rho dataset with missing combinations of time and spin-lock 
field strengths.

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=22384&r1=22383&r2=22384&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Fri Feb 28 17:39:42 2014
@@ -266,23 +266,6 @@
         relax_disp.Relax_disp.opt_func_tol = 1e-5
         relax_disp.Relax_disp.opt_max_iterations = 1000
         relax_disp.Relax_disp(pipe_name="origin - relax_disp (Thu Jan  2 
13:46:44 2014)", pipe_bundle="relax_disp (Thu Jan  2 13:46:44 2014)", 
results_dir=self.tmpdir, models=['R2eff', 'No Rex', 'CR72', 'NS CPMG 2-site 
expanded'], grid_inc=3, mc_sim_num=5, modsel='AIC', pre_run_dir=None, 
insignificance=1.0, numeric_only=False, mc_sim_all_models=False, 
eliminate=True)
-
-
-    def test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_calc(self):
-        """U{Bug #21665<https://gna.org/bugs/?21344>} catch, the failure of 
an analysis of a sparse acquired R1rho dataset with missing combinations of 
time and spin-lock field strengths using calc()."""
-
-        # Clear the data store.
-        self.interpreter.reset()
-
-        # Load the state.
-        state = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'bug_21344_trunc.bz2'
-        self.interpreter.state.load(state, force=True)
-
-        # Set the model.
-        self.interpreter.relax_disp.select_model(model='R2eff')
-
-        # Run the calculation.
-        self.interpreter.calc(verbosity=1)
 
 
     def 
test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp(self):




Related Messages


Powered by MHonArc, Updated Fri Feb 28 17:40:02 2014