Commit e35a430b authored by Peter Jansweijer's avatar Peter Jansweijer

Nowadays we are at scipy.__version__ 0.17.0 which failed to define "argrelmax".…

Nowadays we are at scipy.__version__ 0.17.0 which failed to define "argrelmax". "if 1" always define!
parent 982ac2c1
......@@ -40,7 +40,7 @@ import bz2
## Add some "missing" functions to older scipy modules
##
#if scipy.__version__ < "0.11.0":
if scipy.__version__ < "0.14.0":
if 1:
def _boolrelextrema(data, comparator, axis=0, order=1, mode='clip'):
"""
Calculate the relative extrema of `data`.
......
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