From 307606ba74aa4861dfe2222fd5707509ab0235fc Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Tue, 10 Apr 2018 11:46:28 +0200 Subject: [PATCH] added useless comment --- maxima.py | 1 + 1 file changed, 1 insertion(+) diff --git a/maxima.py b/maxima.py index 5b81e1c..6c2754d 100644 --- a/maxima.py +++ b/maxima.py @@ -20,6 +20,7 @@ def find_maxima(x): idx -- list of indices of the local maxima in x """ + # add a comment idx = [] up = False down = False