From 60d1d6d0cd722efaec5272c2591c92872d899f46 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Mon, 4 Sep 2017 22:19:12 +0200 Subject: DOC: Fixed doctest of apply along axis with 3D return [skip ci] --- numpy/lib/shape_base.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/lib/shape_base.py') diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index ea77f40e0..53578e0e4 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -85,11 +85,9 @@ def apply_along_axis(func1d, axis, arr, *args, **kwargs): array([[[1, 0, 0], [0, 2, 0], [0, 0, 3]], - [[4, 0, 0], [0, 5, 0], [0, 0, 6]], - [[7, 0, 0], [0, 8, 0], [0, 0, 9]]]) -- cgit v1.2.1