mailr27731 - /trunk/test_suite/system_tests/rdc.py


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

Header


Content

Posted by edward on March 02, 2015 - 17:27:
Author: bugman
Date: Mon Mar  2 17:27:21 2015
New Revision: 27731

URL: http://svn.gna.org/viewcvs/relax?rev=27731&view=rev
Log:
Another small fix for the new Rdc.test_rdc_copy_different_spins system test.

The rdc.copy user function requires the pipe_to argument to be supplied in 
this case.


Modified:
    trunk/test_suite/system_tests/rdc.py

Modified: trunk/test_suite/system_tests/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/rdc.py?rev=27731&r1=27730&r2=27731&view=diff
==============================================================================
--- trunk/test_suite/system_tests/rdc.py        (original)
+++ trunk/test_suite/system_tests/rdc.py        Mon Mar  2 17:27:21 2015
@@ -104,7 +104,7 @@
         self.interpreter.rdc.read(align_id='tb', file='tb.txt', dir=dir, 
spin_id1_col=1, spin_id2_col=2, data_col=3, error_col=4)
 
         # Copy the RDCs into the second data pipe.
-        self.interpreter.rdc.copy(pipe_from='orig', align_id='tb')
+        self.interpreter.rdc.copy(pipe_from='orig', pipe_to='new', 
align_id='tb')
 
         # Checks.
         rdcs = [




Related Messages


Powered by MHonArc, Updated Mon Mar 02 18:20:02 2015