Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df4fe34

Browse files
committed
FIX: detrends
1 parent 41f946e commit df4fe34

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def detrend_mean(x, axis=None):
159159
return x - x.mean(axis, keepdims=True)
160160

161161

162-
@_api.deprecated("3.6", alternative="scipy.signal.detrend")
162+
@_api.deprecated("3.6", alternative="")
163163
def detrend_none(x, axis=None):
164164
"""
165165
Return *x*: no detrending.

tests.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)