Vassilis Skliris

Results 1 comments of Vassilis Skliris

At gwpy/signal/filter_design.py:561 there is this: ``` if fstop is None: fstop = (flow * 2/3., min(fhigh * 1.5, sample_rate/2.)) fstop = (_as_float(fstop[0]), _as_float(fstop[1])) ``` I noticed that the 341Hz in...