Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

np.int deprecated and causing issues in FUNMAP #174

Open
hello-binit opened this issue Sep 26, 2024 · 0 comments
Open

np.int deprecated and causing issues in FUNMAP #174

hello-binit opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@hello-binit
Copy link
Contributor

num_x_bins = np.int(np.ceil(self.voi.x_in_m / self.m_per_pix))
num_y_bins = np.int(np.ceil(self.voi.y_in_m / self.m_per_pix))

and other places in the FUNMAP codebase.

@hello-binit hello-binit self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant