Author: tlinnet
Date: Fri Aug 29 16:39:24 2014
New Revision: 25443

URL: http://svn.gna.org/viewcvs/relax?rev=25443&view=rev
Log:
Modified systemtest test_bug_negative_intensities_cpmg, to prepare for testing 
number of R2eff points.

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=25443&r1=25442&r2=25443&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Fri Aug 29 16:39:24 2014
@@ -1817,13 +1817,22 @@
         # Delete replicate spectrum
         #self.interpreter.spectrum.delete('Z_A15')
 
-        MODELS = ['R2eff']
+        MODELS = [MODEL_R2EFF, MODEL_NOREX]
         GRID_INC = 5; MC_NUM = 3; MODSEL = 'AIC'
 
         results_dir = ds.tmpdir
 
         # Execute
         relax_disp.Relax_disp(pipe_name='relax_disp', results_dir=results_dir, 
models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL)
+
+        # Check spin has been de selected.
+        #for cur_spin, mol_name, resi, resn, spin_id in 
spin_loop(full_info=True, return_id=True, skip_desel=False):
+        #    print(spin_id, cur_spin.select)
+        #    if spin_id == ':3@N':
+        #        #self.assertEqual(cur_spin.select, True)
+        #        print cur_spin
+        #    else:
+        #        self.assertEqual(cur_spin.select, True)
 
 
     def test_check_missing_r1(self):


_______________________________________________
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