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

TST: solve test failure on 32bit systems #22908

Merged
merged 1 commit into from
Oct 11, 2018

Conversation

topper-123
Copy link
Contributor

#22296 introduced a test, where dtype=np.int64 was used, but np.intp is needed for the test to pass on 32bit systems also. This fixes that.

After this PR, the pandas test suite passes with no failures on my 32bit python installation on Windows 10.

@pep8speaks
Copy link

Hello @topper-123! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Sep 30, 2018

Codecov Report

Merging #22908 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #22908   +/-   ##
=======================================
  Coverage   92.18%   92.18%           
=======================================
  Files         169      169           
  Lines       50830    50830           
=======================================
  Hits        46860    46860           
  Misses       3970     3970
Flag Coverage Δ
#multiple 90.6% <ø> (ø) ⬆️
#single 42.37% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4fae35...de74460. Read the comment docs.

@gfyoung gfyoung added Testing pandas testing functions or related to the test suite 32bit 32-bit systems labels Sep 30, 2018
Copy link
Member

@gfyoung gfyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback
Copy link
Contributor

jreback commented Oct 1, 2018

looks fine, but let's fix #22924 first

@jreback jreback added this to the 0.24.0 milestone Oct 1, 2018
@jreback jreback merged commit 40d28bc into pandas-dev:master Oct 11, 2018
@jreback
Copy link
Contributor

jreback commented Oct 11, 2018

thanks!

@topper-123 topper-123 deleted the failure_32bit_systems branch October 27, 2018 08:15
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
32bit 32-bit systems Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: the pandas test suite fails on 32bit systems
4 participants