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

Remove test_numpy_numeric_type_{complex,float,int} for compatibility with NumPy >= 1.24.0 #228

Open
martenwa opened this issue Mar 27, 2023 · 0 comments

Comments

@martenwa
Copy link

martenwa commented Mar 27, 2023

Numerous aliases which were deprecated in NumPy 1.20.0 have finally been removed in NumPy 1.24.0 (see the NumPy 1.24 Release Notes). This causes the following tests to fail with NumPy >= 1.24.0:

tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_complex
tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float
tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int

Please remove these tests.

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