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.object deprecation warning #1480

Closed
Ethan-DeBandi99 opened this issue Jun 6, 2022 · 0 comments · Fixed by #1483
Closed

np.object deprecation warning #1480

Ethan-DeBandi99 opened this issue Jun 6, 2022 · 0 comments · Fixed by #1483
Assignees
Labels
In Progress Work on ticket is in progress / ticket is actively being worked

Comments

@Ethan-DeBandi99
Copy link
Contributor

Running make test produces the warning shown below. This needs to be updated per the deprecation warning.

tests/import_export_test.py: 24 warnings
  /opt/homebrew/Caskroom/miniforge/base/envs/arkouda/lib/python3.9/site-packages/tables/array.py:241: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. 
  Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
    (oid, self.atom, self.shape, self._v_chunkshape) = self._open_array()
@Ethan-DeBandi99 Ethan-DeBandi99 self-assigned this Jun 6, 2022
@Ethan-DeBandi99 Ethan-DeBandi99 added the In Progress Work on ticket is in progress / ticket is actively being worked label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Progress Work on ticket is in progress / ticket is actively being worked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant