mailr23015 - /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 May 06, 2014 - 17:26:
Author: tlinnet
Date: Tue May  6 17:26:07 2014
New Revision: 23015

URL: http://svn.gna.org/viewcvs/relax?rev=23015&view=rev
Log:
Renamed systemtest Relax_disp.test_baldwin_synthetic to 
Relax_disp.test_baldwin_synthetic_full.

And changed model from "B14" to "B14 full".

This is to help find where modifications now have to be changed.

sr #3154: (https://gna.org/support/?3154) Implementation of Baldwin (2014) 
B14 model - 2-site exact solution model for all time scales.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Debugging


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=23015&r1=23014&r2=23015&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue May  6 17:26:07 2014
@@ -366,7 +366,7 @@
         self.interpreter.calc(verbosity=1)
 
 
-    def test_baldwin_synthetic(self):
+    def test_baldwin_synthetic_full(self):
         """Test synthetic data of Andrew J. Baldwin B14 model. Support 
requst sr #3154 U{https://gna.org/support/index.php?3154}.
 
         This uses the synthetic data from paper U{DOI: 
10.1016/j.jmr.2014.02.023 <http://dx.doi.org/10.1016/j.jmr.2014.02.023>}."""
@@ -477,7 +477,7 @@
         r20_key = generate_r20_key(exp_type=EXP_TYPE_CPMG_SQ, frq=sfrq)
 
         ## Now prepare for MODEL calculation.
-        MODEL = "B14"
+        MODEL = "B14 full"
         #MODEL = "CR72 full"
         #MODEL = "NS CPMG 2-site star full"
         #MODEL = "NS CPMG 2-site 3D full"




Related Messages


Powered by MHonArc, Updated Tue May 06 17:40:02 2014