[Numpy-svn] r5216 - trunk/numpy/core/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Wed May 21 17:54:29 EDT 2008


Author: oliphant
Date: 2008-05-21 16:54:28 -0500 (Wed, 21 May 2008)
New Revision: 5216

Modified:
   trunk/numpy/core/tests/test_regression.py
Log:
Fix comments in tests.

Modified: trunk/numpy/core/tests/test_regression.py
===================================================================
--- trunk/numpy/core/tests/test_regression.py	2008-05-21 21:53:36 UTC (rev 5215)
+++ trunk/numpy/core/tests/test_regression.py	2008-05-21 21:54:28 UTC (rev 5216)
@@ -1028,7 +1028,7 @@
         np.dot(z, y)
 
     def check_astype_copy(self, level=rlevel):
-        """Ticket 788, changeset r5155"""
+        """Ticket #788, changeset r5155"""
         # The test data file was generated by scipy.io.savemat.
         # The dtype is float64, but the isbuiltin attribute is 0.
         data_dir = path.join(path.dirname(__file__), 'data')
@@ -1039,7 +1039,7 @@
                 xpd.__array_interface__['data'][0])
 
     def check_recarray_tolist(self, level=rlevel):
-        """Ticket #783
+        """Ticket #793, changeset r5215
         """
         a = np.recarray(2, formats="i4,f8,f8", names="id,x,y")
         b = a.tolist()




More information about the Numpy-svn mailing list