Skip to content

BUG: testing on windows #15445

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

Closed
wants to merge 7 commits into from
Closed

BUG: testing on windows #15445

wants to merge 7 commits into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Feb 17, 2017

  • we are passing builds which actually have an error
  • fix the small dtype issue

@jreback jreback added Testing pandas testing functions or related to the test suite Windows Windows OS labels Feb 17, 2017
@jreback jreback added this to the 0.20.0 milestone Feb 17, 2017
@codecov-io
Copy link

codecov-io commented Feb 18, 2017

Codecov Report

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

@@            Coverage Diff             @@
##           master   #15445      +/-   ##
==========================================
- Coverage   90.37%   90.37%   -0.01%     
==========================================
  Files         135      135              
  Lines       49464    49463       -1     
==========================================
- Hits        44704    44703       -1     
  Misses       4760     4760
Impacted Files Coverage Δ
pandas/core/window.py 96.18% <ø> (-0.01%)

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 29aeffb...a5b7fb3. Read the comment docs.

@jreback jreback closed this in be4a63f Feb 18, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
- we are passing builds which actually have an error
- fix the small dtype issues

Author: Jeff Reback <[email protected]>

Closes pandas-dev#15445 from jreback/windows and squashes the following commits:

a5b7fb3 [Jeff Reback] change integer to power comparisions
eab15c4 [Jeff Reback] don't force remove pandas
cf3b9bd [Jeff Reback] more windows fixing
efe6a76 [Jeff Reback] add cython to build
8194e63 [Jeff Reback] don't use appveyor recipe, just build inplace
e064825 [Jeff Reback] TST: resample dtype issue xref pandas-dev#15418
10d9b26 [Jeff Reback] TST: run windows tests so failures show up in appeveyor
@@ -13,8 +13,7 @@ def test_boolean_indexing(self):
[0, 1, 2, 10, 4, 5, 6, 7, 8, 9],
[10, 10, 10, 3, 4, 5, 6, 7, 8, 9]]
for cond, data in zip(conditions, expected_data):
result = df.copy()
result.loc[cond, 'x'] = 10
result = df.assign(x=df.mask(cond, 10).astype('int64'))
Copy link
Member

Choose a reason for hiding this comment

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

@jreback do you remember what motivated this change? it makes it harder to tell what is being tested

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 Windows Windows OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants