Skip to content

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

Description

@Pzlipzli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions