iisignature icon indicating copy to clipboard operation
iisignature copied to clipboard

Error in iisignature.prepare(3, 3) function with small dimensions

Open Pzlipzli opened this issue 5 months ago • 5 comments

iisignature == 0.24 Python == 3.9 macOS

  1. Run the following code: prep = iisignature.prepare(3, 3)
  2. See this message: problem freeing buf
  3. And see this error: Traceback (most recent call last): RuntimeError: overflowed buffer in push()
  4. 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.

Pzlipzli avatar Sep 16 '24 10:09 Pzlipzli