mailr18147 - /trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py


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

Header


Content

Posted by edward on December 17, 2012 - 10:31:
Author: bugman
Date: Mon Dec 17 10:31:47 2012
New Revision: 18147

URL: http://svn.gna.org/viewcvs/relax?rev=18147&view=rev
Log:
Fix for the N_state_model.test_data_copying system test.

The interatomic data is now copied prior to copying the RDC data.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py

Modified: trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py?rev=18147&r1=18146&r2=18147&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py 
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/data_copying.py Mon 
Dec 17 10:31:47 2012
@@ -64,6 +64,7 @@
 
 # Copy the data.
 self._execute_uf(uf_name='sequence.copy', pipe_from='orig', pipe_to='new')
+self._execute_uf(uf_name='interatomic.copy', pipe_from='orig', pipe_to='new')
 self._execute_uf(uf_name='rdc.copy', pipe_from='orig', pipe_to='new')
 self._execute_uf(uf_name='pcs.copy', pipe_from='orig', pipe_to='new')
 




Related Messages


Powered by MHonArc, Updated Mon Dec 17 10:40:02 2012