Skip to content

DEPR: remove more .ix warnings from tests #15638

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 2 commits into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 10, 2017

I think we had a filter somewhere that simply turned these off (in another test module)

@jreback jreback added the Deprecate Functionality to remove in pandas label Mar 10, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 10, 2017
@codecov-io
Copy link

codecov-io commented Mar 10, 2017

Codecov Report

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

@@            Coverage Diff             @@
##           master   #15638      +/-   ##
==========================================
- Coverage   91.02%   90.99%   -0.03%     
==========================================
  Files         143      143              
  Lines       49324    49324              
==========================================
- Hits        44898    44884      -14     
- Misses       4426     4440      +14
Impacted Files Coverage Δ
pandas/io/gbq.py 25% <0%> (-58.34%)
pandas/tools/merge.py 91.76% <0%> (-0.35%)
pandas/core/common.py 90.96% <0%> (-0.34%)
pandas/indexes/base.py 96.1% <0%> (-0.12%)
pandas/core/frame.py 97.87% <0%> (-0.1%)

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 470c327...8b82bd6. Read the comment docs.

split to: test_ix, test_scalar, test_loc, test_iloc, test_partial
@jreback jreback added the Clean label Mar 10, 2017
@jreback jreback closed this in 2203808 Mar 10, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
Author: Jeff Reback <[email protected]>

Closes pandas-dev#15638 from jreback/indexing and squashes the following commits:

8b82bd6 [Jeff Reback] CLN: split test_indexing.py
23e82eb [Jeff Reback] DEPR: remove more .ix warnings from tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants