mailr26083 - /branches/frame_order_cleanup/specific_analyses/frame_order/data.py


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

Header


Content

Posted by edward on September 26, 2014 - 19:42:
Author: bugman
Date: Fri Sep 26 19:42:22 2014
New Revision: 26083

URL: http://svn.gna.org/viewcvs/relax?rev=26083&view=rev
Log:
Fix for the change of the pipe_control.pipes.test() function to check_pipe().


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/data.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/data.py?rev=26083&r1=26082&r2=26083&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/data.py  
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/data.py  Fri 
Sep 26 19:42:22 2014
@@ -34,6 +34,7 @@
 from pipe_control import pipes
 from pipe_control.interatomic import interatomic_loop
 from pipe_control.mol_res_spin import spin_loop
+from pipe_control.pipes import check_pipe
 from specific_analyses.frame_order.checks import check_pivot
 
 
@@ -123,7 +124,7 @@
         pipe_name = pipes.cdp_name()
 
     # Test the data pipe.
-    pipes.test(pipe_name)
+    check_pipe(pipe_name)
 
     # Get the data pipe.
     dp = pipes.get_pipe(pipe_name)




Related Messages


Powered by MHonArc, Updated Sat Sep 27 00:20:03 2014