mailr24971 - /branches/R1_fitting/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 August 05, 2014 - 20:47:
Author: tlinnet
Date: Tue Aug  5 20:47:31 2014
New Revision: 24971

URL: http://svn.gna.org/viewcvs/relax?rev=24971&view=rev
Log:
Fix for systemtest Relax_disp.test_r1rho_kjaergaard_auto_check_graphs(), 
where the special R1rho graphs
is no longer produced for the R2eff models.

sr #3135(https://gna.org/support/?3135): Optimisation of the R1 relaxation 
rate for the off-resonance R1rho relaxation dispersion models.

Modified:
    branches/R1_fitting/test_suite/system_tests/relax_disp.py

Modified: branches/R1_fitting/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/R1_fitting/test_suite/system_tests/relax_disp.py?rev=24971&r1=24970&r2=24971&view=diff
==============================================================================
--- branches/R1_fitting/test_suite/system_tests/relax_disp.py   (original)
+++ branches/R1_fitting/test_suite/system_tests/relax_disp.py   Tue Aug  5 
20:47:31 2014
@@ -4974,6 +4974,10 @@
 
         # Loop over result folders.
         for result_folder in result_folders:
+            # Skip the model R2eff, which does not produce graphs.
+            if result_folder == MODEL_R2EFF:
+                continue
+
             # Loop over graphs.
             for y_axis, x_axis, interpolate in graph_comb:
                 # Determine file name:
@@ -4999,6 +5003,10 @@
         data_path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'Kjaergaard_et_al_2013'+sep+'check_graphs'
 
         for result_folder in result_folders:
+            # Skip the model R2eff, which does not produce graphs.
+            if result_folder == MODEL_R2EFF:
+                continue
+
             for y_axis in y_axis_types:
                 for x_axis in x_axis_types:
                     for interpolate in interpolate_types:




Related Messages


Powered by MHonArc, Updated Tue Aug 05 21:00:03 2014