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)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to