From dbb347295ac7414818ab5068abe31dc19a63563c Mon Sep 17 00:00:00 2001 From: Max Kellermeier Date: Fri, 11 Sep 2020 17:57:30 +0200 Subject: fix CI fails by blank lines --- numpy/lib/function_base.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index ebfba1af1..d6dc7e5b9 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1516,14 +1516,17 @@ def unwrap(p, discont=None, axis=-1, *, period=2*pi): ------- out : ndarray Output array. + See Also -------- rad2deg, deg2rad + Notes ----- If the discontinuity in `p` is smaller than ``period/2``, but larger than `discont`, no unwrapping is done because taking the complement would only make the discontinuity larger. + Examples -------- >>> phase = np.linspace(0, np.pi, num=5) -- cgit v1.2.1