Removed raise StopIteration calls from signal.qtransform
This PR removes the raise StopIteration()
statements from `gwpy.signal.qtransform. These are unnecessary, and will result in exceptions in an upcoming version of python.
This PR removes the raise StopIteration()
statements from `gwpy.signal.qtransform. These are unnecessary, and will result in exceptions in an upcoming version of python.