iisignature == 0.24
Python == 3.9
macOS
- Run the following code:
prep = iisignature.prepare(3, 3)
- See this message: problem freeing buf
- And see this error:
Traceback (most recent call last):
RuntimeError: overflowed buffer in push()
- If I run prep = iisignature.prepare(10, 3), it works well.
In fact, if I change the first number to any number smaller than 10, the same error occurs.
I wonder if it is a bug. Looking forward to your reply. Thanks.
iisignature == 0.24
Python == 3.9
macOS
prep = iisignature.prepare(3, 3)
Traceback (most recent call last):
RuntimeError: overflowed buffer in push()
In fact, if I change the first number to any number smaller than 10, the same error occurs.
I wonder if it is a bug. Looking forward to your reply. Thanks.