mailr19620 - in /branches/relax_disp/test_suite/system_tests: relax_disp.py scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on May 02, 2013 - 19:25:
Author: bugman
Date: Thu May  2 19:25:19 2013
New Revision: 19620

URL: http://svn.gna.org/viewcvs/relax?rev=19620&view=rev
Log:
The Relax_disp.test_hansen_cpmg_data_fast_2site system test now uses the 
R2eff model.

The equivalent slow exchange system test also uses the model.  This model 
will be used to find the
R2eff values from the fixed relaxation time period data.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=19620&r1=19619&r2=19620&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Thu May  2 
19:25:19 2013
@@ -63,7 +63,7 @@
         """
 
         # Set the model.
-        ds.models = ['fast 2-site']
+        ds.models = ['R2eff', 'fast 2-site']
 
         # Execute the script.
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'relax_disp'+sep+'hansen_data.py')
@@ -76,7 +76,7 @@
         """
 
         # Set the model.
-        ds.models = ['slow 2-site']
+        ds.models = ['R2eff', 'slow 2-site']
 
         # Execute the script.
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'relax_disp'+sep+'hansen_data.py')

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=19620&r1=19619&r2=19620&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Thu May  2 19:25:19 2013
@@ -13,7 +13,7 @@
 #####################
 
 # The dispersion models.
-MODELS = ['exp_fit', 'fast 2-site']
+MODELS = ['R2eff', 'fast 2-site']
 if hasattr(ds, 'models'):
     MODELS = ds.models
 




Related Messages


Powered by MHonArc, Updated Fri May 03 10:40:02 2013