From: Dag Sverre Seljebotn Date: Fri, 15 Aug 2008 12:25:39 +0000 (+0200) Subject: Make numpy tests run on my doctest X-Git-Tag: 0.9.8.1~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4572ec9c63354b7a00dac1dbebe670d0fe3752f;p=cython.git Make numpy tests run on my doctest --- diff --git a/tests/run/tnumpy.pyx b/tests/run/tnumpy.pyx index c7aa2285..05b16ba1 100644 --- a/tests/run/tnumpy.pyx +++ b/tests/run/tnumpy.pyx @@ -14,15 +14,15 @@ try: >>> three_dim() [[[ 0. 1. 2. 3.] [ 4. 5. 6. 7.]] - + [[ 8. 9. 10. 11.] [ 12. 13. 14. 15.]] - + [[ 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 {} """