mailr16466 - /branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py


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

Header


Content

Posted by edward on May 25, 2012 - 19:05:
Author: bugman
Date: Fri May 25 19:05:50 2012
New Revision: 16466

URL: http://svn.gna.org/viewcvs/relax?rev=16466&view=rev
Log:
Fix for the recently changed consistency testing test suite script.


Modified:
    branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py

Modified: 
branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py?rev=16466&r1=16465&r2=16466&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py 
(original)
+++ branches/uf_redesign/test_suite/system_tests/scripts/consistency_tests.py 
Fri May 25 19:05:50 2012
@@ -12,7 +12,7 @@
 self._execute_uf(uf_name='pipe.create', pipe_name=name, pipe_type='ct')
 
 # Load the sequence.
-self._execute_uf(uf_name='sequence.read', status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'jw_mapping'+sep+'noe.dat', 
res_num_col=1, res_name_col=2)
+self._execute_uf(uf_name='sequence.read', file=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'jw_mapping'+sep+'noe.dat', 
res_num_col=1, res_name_col=2)
 
 # Load the relaxation data.
 self._execute_uf(uf_name='relax_data.read', ri_id='R1_600',  ri_type='R1',  
frq=600.0*1e6, 
file=status.install_path+sep+'test_suite'+sep+'shared_data'+sep+'jw_mapping'+sep+'R1.dat',
 res_num_col=1, res_name_col=2, data_col=3, error_col=4)




Related Messages


Powered by MHonArc, Updated Fri May 25 19:20:02 2012