Skip to content

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 22, 2017

closes #14183

@jreback jreback added 32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions labels Mar 22, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 22, 2017
result = algos.value_counts(arr)

tm.assert_series_equal(result, expected)
# 32-bit linux has a different ordering
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@gfyoung FYI it seems we have another skip on 32-bit in here as well, so not specific to uint64. I think there is a n issue somewhere. but pretty hard to debug.

Copy link
Member

@gfyoung gfyoung Mar 22, 2017

Choose a reason for hiding this comment

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

This is indicative of a flakiness, but I'm not sure how to secure proper ordering in this case. I would hate to skip just because we can't ordering right, but I don't see how at this point.

@codecov
Copy link

codecov bot commented Mar 22, 2017

Codecov Report

Merging #15776 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #15776      +/-   ##
==========================================
- Coverage   91.01%      91%   -0.02%     
==========================================
  Files         143      143              
  Lines       49403    49403              
==========================================
- Hits        44966    44958       -8     
- Misses       4437     4445       +8
Impacted Files Coverage Δ
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.86% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.3% <0%> (+0.33%) ⬆️

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 32dd929...88f0f0d. Read the comment docs.

@jreback jreback merged commit bc1235e into pandas-dev:master Mar 22, 2017
mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

32bit 32-bit systems Compat pandas objects compatability with Numpy or Python functions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TST: failing tests at pandas-wheels

2 participants