Make numpy tests run on my doctest
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 12:25:39 +0000 (14:25 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 12:25:39 +0000 (14:25 +0200)
tests/run/tnumpy.pyx

index c7aa228584cc6e8ed88f805e86e1cbc6280c73e8..05b16ba1712b1ae18a638b46944909e4d49fe310 100644 (file)
@@ -14,15 +14,15 @@ try:
     >>> three_dim()
     [[[  0.   1.   2.   3.]
       [  4.   5.   6.   7.]]
-
+    <BLANKLINE>
      [[  8.   9.  10.  11.]
       [ 12.  13.  14.  15.]]
-
+    <BLANKLINE>
      [[ 16.  17.  18.  19.]
       [ 20.  21.  22.  23.]]]
     6.0 0.0 13.0 8.0
     
-    >>> tnumpy.obj_array()
+    >>> obj_array()
     [a 1 {}]
     a 1 {}
 """