mailr24808 - /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 July 29, 2014 - 15:17:
Author: bugman
Date: Tue Jul 29 15:17:02 2014
New Revision: 24808

URL: http://svn.gna.org/viewcvs/relax?rev=24808&view=rev
Log:
The Frame_order.test_auto_analysis system test now writes all files to the 
directory of ds.tmpdir.

This is to prevent the system test from dumping files in the current 
directory.


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=24808&r1=24807&r2=24808&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
      Tue Jul 29 15:17:02 2014
@@ -29,6 +29,7 @@
 
 # relax module imports.
 from auto_analyses.frame_order import Frame_order_analysis
+from data_store import Relax_data_store; ds = Relax_data_store()
 from status import Status; status = Status()
 
 
@@ -204,4 +205,4 @@
 ############
 
 # Do not change!
-Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, grid_inc=GRID_INC, grid_inc_rigid=GRID_INC_RIGID, 
min_algor=MIN_ALGOR, num_int_pts_grid=NUM_INT_PTS_GRID, 
num_int_pts_subset=NUM_INT_PTS_SUBSET, func_tol_subset=FUNC_TOL_SUBSET, 
num_int_pts_full=NUM_INT_PTS_FULL, func_tol_full=FUNC_TOL_FULL, 
mc_sim_num=MC_NUM, mc_int_pts=MC_INT_PTS, mc_func_tol=MC_FUNC_TOL, 
models=MODELS)
+Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir=ds.tmpdir, grid_inc=GRID_INC, 
grid_inc_rigid=GRID_INC_RIGID, min_algor=MIN_ALGOR, 
num_int_pts_grid=NUM_INT_PTS_GRID, num_int_pts_subset=NUM_INT_PTS_SUBSET, 
func_tol_subset=FUNC_TOL_SUBSET, num_int_pts_full=NUM_INT_PTS_FULL, 
func_tol_full=FUNC_TOL_FULL, mc_sim_num=MC_NUM, mc_int_pts=MC_INT_PTS, 
mc_func_tol=MC_FUNC_TOL, models=MODELS)




Related Messages


Powered by MHonArc, Updated Tue Jul 29 15:40:02 2014