mailr22152 - /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 February 07, 2014 - 13:42:
Author: bugman
Date: Fri Feb  7 13:42:38 2014
New Revision: 22152

URL: http://svn.gna.org/viewcvs/relax?rev=22152&view=rev
Log:
Fix for the 
test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py system 
test script.

There was some invisible binary junk at the start of the file which as 
causing the
Noe.test_bug_21562_noe_replicate_fail system test to fail, as the script 
could not load.  This was
only affecting one 32-bit test system using Python 3.1 and Python 3.2 (Mageia 
4 i586 VM).


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=22152&r1=22151&r2=22152&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 
Fri Feb  7 13:42:38 2014
@@ -1,4 +1,4 @@
-"""Script for demonstrating bug #21562, the failure of the NOE analysis 
when replicated spectra are used."""
+"""Script for demonstrating bug #21562, the failure of the NOE analysis when 
replicated spectra are used."""
 
 # Python module imports.
 from os import sep




Related Messages


Powered by MHonArc, Updated Fri Feb 07 14:00:02 2014