Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Convert np.int -> np.int32 since np.int is deprecated #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjshoots
Copy link

@jjshoots jjshoots commented Mar 6, 2023

It seems like np.int has been deprecated in favour of either int or np.int16/32/64/128 in numpy 1.20.

This PR fixes that error. The exact stack trace fo the error in deployed code is here.

@epignatelli
Copy link

epignatelli commented May 21, 2023

Solves #47

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants