Author: tlinnet
Date: Tue Feb 18 15:26:45 2014
New Revision: 22199

URL: http://svn.gna.org/viewcvs/relax?rev=22199&view=rev
Log:
Added a systemtest for using both calc() and a systemtest for relax_disp auto 
analysis.

Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis 
with two fields at two delay times.

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=22199&r1=22198&r2=22199&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Feb 18 15:26:45 2014
@@ -265,8 +265,22 @@
         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_21665_cpmg_two_fields_two_delaytimes_fail(self):
-        """U{Bug #21665<https://gna.org/bugs/?21665>} catch, the failure due 
to a a CPMG analysis recorded at two fields at two delay times."""
+    def test_bug_21665_cpmg_two_fields_two_delaytimes_fail_calc(self):
+        """U{Bug #21665<https://gna.org/bugs/?21665>} catch, the failure due 
to a a CPMG analysis recorded at two fields at two delay times, 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_21665.bz2'
+        self.interpreter.state.load(state, force=True)
+
+        # Run the calculation.
+        self.interpreter.calc(verbosity=1)
+
+
+    def test_bug_21665_cpmg_two_fields_two_delaytimes_fail_relax_disp(self):
+        """U{Bug #21665<https://gna.org/bugs/?21665>} catch, the failure due 
to a a CPMG analysis recorded at two fields at two delay times using 
auto_analysis."""
 
         # Clear the data store.
         self.interpreter.reset()


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

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