Closed roastery-zz closed 1 year ago
Thanks you for these two bug fixes! I tried to simplify the logic in this function in the last release, but clearly I should have tested it more thoroughly. 🙈
For reference, this will be version 1.2.1. I will be sure to give you a shout out on the forum when I announce it.
Fixed typo in
grpup
.fftlen logic was previously trying to left-shift a float, which throws TypeError: unsupported operand type(s) for <<: 'float' and 'int'