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 dtype #36

Closed
wants to merge 2 commits into from
Closed

Np dtype #36

wants to merge 2 commits into from

Conversation

johannesschmude
Copy link
Member

Numpy data types numpy.int and numpy.float were deprecated. Which expired in numpy 1.24 (https://numpy.org/devdocs/release/1.24.0-notes.html). This broke ibmpairs.paw. This push replaces all occurrences with numpy.int64 and numpy.float64 respectively. (For pandas these are the default data types anyways. The other calls during create_layer are typecasts.)

Testes on:

  • Point query (raster data)
  • Area query (raster data)

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

Successfully merging this pull request may close these issues.

None yet

2 participants