mailr18470 - /branches/frame_order_testing/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 February 13, 2013 - 18:59:
Author: bugman
Date: Wed Feb 13 18:59:58 2013
New Revision: 18470

URL: http://svn.gna.org/viewcvs/relax?rev=18470&view=rev
Log:
Fix for the CaM frame order test data optimisation script.


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

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py?rev=18470&r1=18469&r2=18470&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
 Wed Feb 13 18:59:58 2013
@@ -164,6 +164,7 @@
 # Duplicate the PCS data subset data pipe to create a data pipe containing 
all the PCS data.
 DATA = "Data - " + PIPE_BUNDLE
 pipe.copy(pipe_from=SUBSET, pipe_to=DATA, bundle_to=PIPE_BUNDLE)
+pipe.switch(DATA)
 
 # Load the complete PCS data into the already filled data pipe.
 for i in range(len(ln)):




Related Messages


Powered by MHonArc, Updated Thu Feb 14 13:40:02 2013