[Scipy-svn] r4786 - trunk/scipy/optimize/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Oct 6 07:50:02 EDT 2008


Author: uwe.schmitt
Date: 2008-10-06 06:49:39 -0500 (Mon, 06 Oct 2008)
New Revision: 4786

Modified:
   trunk/scipy/optimize/tests/test_nnls.py
Log:
fixed comments in test_nnls.py

Modified: trunk/scipy/optimize/tests/test_nnls.py
===================================================================
--- trunk/scipy/optimize/tests/test_nnls.py	2008-10-06 07:36:43 UTC (rev 4785)
+++ trunk/scipy/optimize/tests/test_nnls.py	2008-10-06 11:49:39 UTC (rev 4786)
@@ -1,6 +1,6 @@
-""" Unit tests for nonlinear solvers
-Author: Ondrej Certik
-May 2007
+""" Unit tests for nonnegative least squares
+Author: Uwe Schmitt
+Sep 2008
 """
 
 from numpy.testing import *
@@ -11,10 +11,6 @@
 
 
 class TestNNLS(TestCase):
-    """ Test case for a simple constrained entropy maximization problem
-    (the machine translation example of Berger et al in
-    Computational Linguistics, vol 22, num 1, pp 39--72, 1996.)
-    """
 
     def test_nnls(self):
         a=arange(25.0).reshape(-1,5)




More information about the Scipy-svn mailing list