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

CI: add test build with numpy 1.26 (<2) #60154

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jorisvandenbossche
Copy link
Member

I removed a numpy<2 pin in #60144, but it might be good to keep testing in one of the builds with numpy 1.26 (latest <2).
For the rest we only pin numpy to 1.23 in ci/deps/actions-310-minimum_versions.yaml to test the minimal supported version.

@jorisvandenbossche jorisvandenbossche added the CI Continuous Integration label Oct 31, 2024
@jorisvandenbossche
Copy link
Member Author

As expected, currently there are a few failing tests:

=========================== short test summary info ============================
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[setitem-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[loc-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_int_key[iloc-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_mask_key[setitem-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_mask_key[loc-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_mask_key[iloc-1.1-float32-False] - TypeError: Invalid value '1.1' for dtype 'float32'
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_series_where[1.1-float32-False] - AssertionError: Attributes of Series are different

Attribute "dtype" are different
[left]:  float64
[right]: float32
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_index_where[1.1-float32-False] - AssertionError: Index are different

Attribute "dtype" are different
[left]:  float64
[right]: float32
FAILED pandas/tests/series/indexing/test_setitem.py::TestCoercionFloat32::test_index_putmask[1.1-float32-False] - AssertionError: Index are different

Attribute "dtype" are different
[left]:  float64
[right]: float32
= 9 failed, 221589 passed, 6291 skipped, 1654 xfailed, 95 xpassed, 22 warnings in 1065.19s (0:17:45) =

Copy link
Contributor

github-actions bot commented Dec 1, 2024

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant