mailr24835 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py


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

Header


Content

Posted by edward on July 30, 2014 - 14:38:
Author: bugman
Date: Wed Jul 30 14:38:21 2014
New Revision: 24835

URL: http://svn.gna.org/viewcvs/relax?rev=24835&view=rev
Log:
Fix for the previous commit (r24834).

The results directory was incorrectly set.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py?rev=24835&r1=24834&r2=24835&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/full_analysis.py
        Wed Jul 30 14:38:21 2014
@@ -198,4 +198,4 @@
 ############
 
 # Do not change!
-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)
+Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir='full_analysis', opt_rigid=OPT_RIGID, 
opt_subset=OPT_SUBSET, opt_full=OPT_FULL, opt_mc=OPT_MC, mc_sim_num=MC_NUM, 
models=MODELS)




Related Messages


Powered by MHonArc, Updated Wed Jul 30 15:40:02 2014