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 = [


_______________________________________________
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