mailr5302 - /1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on April 04, 2008 - 15:32:
Author: semor
Date: Fri Apr  4 15:32:41 2008
New Revision: 5302

URL: http://svn.gna.org/viewcvs/relax?rev=5302&view=rev
Log:
Fixed a typo causing several unit tests to fail.


Modified:
    1.3/specific_fns/consistency_tests.py

Modified: 1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/consistency_tests.py?rev=5302&r1=5301&r2=5302&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Fri Apr  4 15:32:41 2008
@@ -348,7 +348,7 @@
             return 'proton_type'
 
         # Angle Theta
-        if search('^[Oo]rientation]$', name):
+        if search('^[Oo]rientation$', name):
             return 'orientation'
 
         # Correlation time




Related Messages


Powered by MHonArc, Updated Fri Apr 04 15:40:11 2008