mailr19867 - /branches/relax_disp/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 edward on June 04, 2013 - 16:56:
Author: bugman
Date: Tue Jun  4 16:56:29 2013
New Revision: 19867

URL: http://svn.gna.org/viewcvs/relax?rev=19867&view=rev
Log:
Another fix for the Relax_disp.test_hansen_cpmg_data_auto_analysis system 
test.

The correct model list is finally being used.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.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=19867&r1=19866&r2=19867&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Tue Jun  4 
16:56:29 2013
@@ -28,7 +28,7 @@
 # relax module imports.
 from auto_analyses import relax_disp
 from data_store import Relax_data_store; ds = Relax_data_store()
-from specific_analyses.relax_disp.variables import MODEL_LIST_CPMG_FULL
+from specific_analyses.relax_disp.variables import MODEL_LIST_CPMG
 from status import Status; status = Status()
 from test_suite.system_tests.base_classes import SystemTestCase
 
@@ -64,7 +64,7 @@
         """
 
         # Set the model.
-        ds.models = MODEL_LIST_CPMG_FULL
+        ds.models = MODEL_LIST_CPMG
 
         # 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')




Related Messages


Powered by MHonArc, Updated Tue Jun 04 17:00:01 2013