Alejandro Alcalde

Results 4 issues of Alejandro Alcalde

**Describe the bug** I keep getting this error RecursionError: maximum recursion depth exceeded in comparison. When normally navigating through a python source code, suddenly it freezes and after a while...

Something like this: ``` if thresh < 0: thresh = np.median(slist[-1, 0]) print "Using minimum SU value as default threshold: {0}".format(thresh) elif thresh >= 1 or thresh > max(slist[:, 0]):...

TODO