Skip to content

Conversation

@amyfung
Copy link
Contributor

@amyfung amyfung commented Dec 12, 2025

Description

This PR adds strict=True to zip() calls in:

  • pandas/tests/apply/test_series_apply.py
  • pandas/tests/computation/test_eval.py

All modified zip() calls pair sequences that are expected to have equal length, so strict=True is appropriate to catch potential bugs if the lengths differ.

Part of #62434

Checklist with Relevant Items

@amyfung amyfung marked this pull request as ready for review December 12, 2025 06:00
@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Dec 12, 2025
@mroeschke mroeschke added this to the 3.0 milestone Dec 12, 2025
@mroeschke mroeschke merged commit a76fba8 into pandas-dev:main Dec 12, 2025
46 checks passed
@mroeschke
Copy link
Member

Thanks @amyfung

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

Labels

Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants