mailr22548 - /trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py


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

Header


Content

Posted by edward on March 26, 2014 - 19:20:
Author: bugman
Date: Wed Mar 26 19:20:09 2014
New Revision: 22548

URL: http://svn.gna.org/viewcvs/relax?rev=22548&view=rev
Log:
Fix for the Noe.test_bug_21562_noe_replicate_fail system test.

The 'ref' and 'sat' parameters do not exist.  Therefore the grace.write user 
function calls in the
system test script have been modified to output the 'intensities' parameter 
instead.


Modified:
    trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py

Modified: 
trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py?rev=22548&r1=22547&r2=22548&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py 
  (original)
+++ trunk/test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py 
  Wed Mar 26 19:20:09 2014
@@ -48,6 +48,5 @@
 results.write(file='devnull', dir=None, compress_type=1, force=True)
 
 # Create grace files.
-grace.write(x_data_type='res_num', y_data_type='ref', spin_id=None, 
plot_data='value', file='devnull', dir=None, force=True, norm=False)
-grace.write(x_data_type='res_num', y_data_type='sat', spin_id=None, 
plot_data='value', file='devnull', dir=None, force=True, norm=False)
+grace.write(x_data_type='res_num', y_data_type='intensities', spin_id=None, 
plot_data='value', file='devnull', dir=None, force=True, norm=False)
 grace.write(x_data_type='res_num', y_data_type='noe', spin_id=None, 
plot_data='value', file='devnull', dir=None, force=True, norm=False)




Related Messages


Powered by MHonArc, Updated Wed Mar 26 19:40:02 2014