Skip to content

np.int deprecated in bookworm #31

Description

@macckone

np.int is deprecated in bookworm. we need to use np.int32.

127,128c127,128
< window_size = np.abs(np.int32(window_size))
< order = np.abs(np.int32(order))
---
> window_size = np.abs(np.int(window_size))
> order = np.abs(np.int(order))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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