Commit 8429976d authored by Stefan Behnel's avatar Stefan Behnel

Try to fix a doctest by removing its dependency on exact whitespace formatting of NumPy output.

parent 634a86f2
...@@ -42,7 +42,7 @@ try: ...@@ -42,7 +42,7 @@ try:
[5 6 7 8 9]] [5 6 7 8 9]]
2 0 9 5 2 0 9 5
>>> three_dim() >>> three_dim() # doctest: +NORMALIZE_WHITESPACE
[[[ 0. 1. 2. 3.] [[[ 0. 1. 2. 3.]
[ 4. 5. 6. 7.]] [ 4. 5. 6. 7.]]
<_BLANKLINE_> <_BLANKLINE_>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment