Skip to content

Conversation

mroeschke
Copy link
Member

  • test_interp_string_axis created a 1000 column DataFrame just to check axis="column" did not raise. Don't think this wide of a DataFrame is needed to validate this
  • test_qcut_binning_issues used iteration to validate that Interval starts < ends. This was a fairly old test and now can be compared by using vectorized binops.

(For motivation, these tests are run in cuDF which appreciates avoiding wide DataFrames and iteration.)

@mroeschke mroeschke added this to the 3.0 milestone Sep 26, 2025
@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Clean labels Sep 26, 2025
@mroeschke
Copy link
Member Author

Appears test are passing here so going to merge. Happy to follow up if needed

@mroeschke mroeschke merged commit 62d06bf into pandas-dev:main Sep 29, 2025
42 checks passed
@mroeschke mroeschke deleted the cln/tests branch September 29, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant