mailr19807 - /branches/relax_disp/test_suite/gui_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 May 30, 2013 - 19:54:
Author: bugman
Date: Thu May 30 19:54:16 2013
New Revision: 19807

URL: http://svn.gna.org/viewcvs/relax?rev=19807&view=rev
Log:
Simplified the Relax_disp.test_hansen_trunc_data GUI test.

The 'CR72' model is now deactivated and the grid search sized decreased from 
the default of 21 to 4.


Modified:
    branches/relax_disp/test_suite/gui_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/gui_tests/relax_disp.py?rev=19807&r1=19806&r2=19807&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/gui_tests/relax_disp.py Thu May 30 
19:54:16 2013
@@ -200,7 +200,12 @@
         wizard._skip(None)
         wizard._go_next(None)    # Terminate the wizard.
 
-        # Set the number of MC sims.
+        # Deselect the 'CR72' model.
+        analysis.model_field.select[2] = False
+        analysis.model_field.modify()
+
+        # Set the grid search size and number of MC sims.
+        analysis.grid_inc.SetValue(4)
         analysis.mc_sim_num.SetValue(3)
 
         # Execute relax.




Related Messages


Powered by MHonArc, Updated Thu May 30 20:20:05 2013