mailr18747 - /trunk/test_suite/system_tests/scripts/bmrb_rw.py


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

Header


Content

Posted by edward on March 11, 2013 - 00:29:
Author: bugman
Date: Mon Mar 11 00:29:53 2013
New Revision: 18747

URL: http://svn.gna.org/viewcvs/relax?rev=18747&view=rev
Log:
Large speed ups of the Bmrb system tests by the deletion of most of the 
residues.

On one system, this cuts the time for all 3 Bmrb tests from 70 to ~12 seconds.


Modified:
    trunk/test_suite/system_tests/scripts/bmrb_rw.py

Modified: trunk/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/bmrb_rw.py?rev=18747&r1=18746&r2=18747&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ trunk/test_suite/system_tests/scripts/bmrb_rw.py Mon Mar 11 00:29:53 2013
@@ -21,6 +21,9 @@
 
 # Read the results.
 self._execute_uf(uf_name='results.read', file='final_results_trunc_1.3_v2', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'OMP')
+
+# Speed these tests up a bit.
+self._execute_uf(uf_name='residue.delete', res_id=':15-200')
 
 # Play with the data.
 self._execute_uf(uf_name='deselect.all')




Related Messages


Powered by MHonArc, Updated Mon Mar 11 10:20:04 2013