-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Add test with large shape to check_below_min_count #46534
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
TST: Add test with large shape to check_below_min_count #46534
Conversation
pls rebase, this is failing on windows |
1e944f4
to
2f97a96
Compare
on 32-bit (some other builds as well i think)
|
Right, didn't test for 32-bit, my bad. I will work on it later this week. BTW, I am still new to the pandas testing process, is there any way to check 32-bit builds apart from configuring continuous integration tests as specified in https://pandas.pydata.org/docs/development/contributing_codebase.html#testing-with-continuous-integration? |
2f97a96
to
36e9cc3
Compare
… dfs with large row count GH3522
36e9cc3
to
81da249
Compare
All should be good now - it took me a while to figure out that |
hmm yeah you can specify thanks |
thanks @FactorizeD |
… dfs with large row count (pandas-dev#46534)
The function in question didn't have any tests in the first place so I thought that I will add them and simply use the problematic tuple for
shape
argument.