mailr26319 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py


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

Header


Content

Posted by edward on October 20, 2014 - 16:24:
Author: bugman
Date: Mon Oct 20 16:24:11 2014
New Revision: 26319

URL: http://svn.gna.org/viewcvs/relax?rev=26319&view=rev
Log:
The intermediate results are no longer stored in the 
Frame_order.test_auto_analysis system test.

This drops the test timing on one system from ~190 seconds to ~50 seconds.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py?rev=26319&r1=26318&r2=26319&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      Mon Oct 20 16:24:11 2014
@@ -201,4 +201,4 @@
 
 # Do not change!
 Frame_order_analysis._final_state = False
-Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir=ds.tmpdir, opt_rigid=OPT_RIGID, 
opt_subset=OPT_SUBSET, opt_full=OPT_FULL, opt_mc=OPT_MC, mc_sim_num=MC_NUM, 
models=MODELS, brownian_step_size=STEP_SIZE, brownian_snapshot=SNAPSHOT, 
brownian_total=TOTAL, rigid_grid_split=True)
+Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir=ds.tmpdir, opt_rigid=OPT_RIGID, 
opt_subset=OPT_SUBSET, opt_full=OPT_FULL, opt_mc=OPT_MC, mc_sim_num=MC_NUM, 
models=MODELS, brownian_step_size=STEP_SIZE, brownian_snapshot=SNAPSHOT, 
brownian_total=TOTAL, rigid_grid_split=True, store_intermediate=False)




Related Messages


Powered by MHonArc, Updated Mon Oct 20 17:00:02 2014