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

BUG: new numpy deprecations #2798

Closed
bsipocz opened this issue Aug 4, 2023 · 1 comment · Fixed by #2802
Closed

BUG: new numpy deprecations #2798

bsipocz opened this issue Aug 4, 2023 · 1 comment · Fixed by #2802

Comments

@bsipocz
Copy link
Member

bsipocz commented Aug 4, 2023

 =========================== short test summary info ============================
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/__init__.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/core.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/__init__.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/setup_package.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/test_astrometry_net.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/test_astrometry_net.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/test_astrometry_net_remote.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/astrometry_net/tests/test_astrometry_net_remote.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/utils/timer.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/utils/tests/test_timer.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/utils/tests/test_timer.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/conesearch.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/tests/test_conesearch.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/tests/test_conesearch.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/validator/validate.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/validator/tests/test_validate.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
ERROR ../../.tox/py311-test-alldeps-devdeps-cov/lib/python3.11/site-packages/astroquery/vo_conesearch/validator/tests/test_validate.py - DeprecationWarning: `maximum_sctype` is deprecated. Use an explicit dtype like int64 or float64 instead. (deprecated in NumPy 2.0)
@bsipocz bsipocz added this to the v0.4.7 milestone Aug 4, 2023
@bsipocz
Copy link
Member Author

bsipocz commented Aug 7, 2023

These all seem to have upstream (astropy) origins, and should be fixed once the proper dev version is being picked up. (Currently, for an unknown reason it's ~1month old, and therefore is not yet contain the fix).

I'm keeping the issue open until the install succeeds, to track that we know about these devtest failure.

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

Successfully merging a pull request may close this issue.

1 participant