mailr21415 - /trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py


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

Header


Content

Posted by edward on November 13, 2013 - 11:09:
Author: bugman
Date: Wed Nov 13 11:09:09 2013
New Revision: 21415

URL: http://svn.gna.org/viewcvs/relax?rev=21415&view=rev
Log:
Modifications for the pyrotartaric anhydride system test script.

The grid search now is much quicker, and the RDC correlation plots are now 
sent to DEVNULL.


Modified:
    
trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py

Modified: 
trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py?rev=21415&r1=21414&r2=21415&view=diff
==============================================================================
--- 
trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py 
(original)
+++ 
trunk/test_suite/system_tests/scripts/n_state_model/pyrotartaric_anhydride.py 
Wed Nov 13 11:09:09 2013
@@ -60,14 +60,14 @@
 self._execute_uf(uf_name='deselect.spin', spin_id='@12')
 
 # Minimisation.
-self._execute_uf(uf_name='grid_search', inc=11)
+self._execute_uf(uf_name='grid_search', inc=4)
 self._execute_uf(uf_name='minimise', min_algor='newton')
 
 # Show the tensors.
 self._execute_uf(uf_name='align_tensor.display')
 
 # Create a correlation plot.
-self._execute_uf(uf_name='rdc.corr_plot', force=True)
+self._execute_uf(uf_name='rdc.corr_plot', file='devnull', force=True)
 
 # Save the state.
 self._execute_uf(uf_name='state.save', state='devnull', force=True)




Related Messages


Powered by MHonArc, Updated Wed Nov 13 11:20:01 2013