Skip to content

TST: test_nanops some parametrize & catch warnings (RuntimeWarning: All-Nan slice in tests) #20484

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

Merged
merged 3 commits into from
Mar 26, 2018

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 25, 2018

closes #20011

@jreback jreback added the Testing pandas testing functions or related to the test suite label Mar 25, 2018
@jreback jreback added this to the 0.23.0 milestone Mar 25, 2018
@codecov
Copy link

codecov bot commented Mar 25, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #20484      +/-   ##
==========================================
- Coverage   91.85%   91.82%   -0.03%     
==========================================
  Files         152      152              
  Lines       49232    49231       -1     
==========================================
- Hits        45221    45206      -15     
- Misses       4011     4025      +14
Flag Coverage Δ
#multiple 90.21% <ø> (-0.03%) ⬇️
#single 41.83% <ø> (-0.05%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 65.07% <0%> (-1.74%) ⬇️
pandas/util/testing.py 84.52% <0%> (-0.21%) ⬇️
pandas/core/frame.py 97.18% <0%> (-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 add37ac...c6c5096. Read the comment docs.

@jreback jreback force-pushed the warn branch 2 times, most recently from 1fe02fa to e5f2c97 Compare March 26, 2018 00:21
@jreback jreback merged commit 416e93b into pandas-dev:master Mar 26, 2018
javadnoorb pushed a commit to javadnoorb/pandas that referenced this pull request Mar 29, 2018
…ll-Nan slice in tests) (pandas-dev#20484)

* TST: test_nanops some parametrize & catch warnings (RuntimeWarning: All-NaN slice in tests)

* COMPAT: work around deprecation warning on non-equal dtype comparisons

closes pandas-dev#20011

* WARN: bincount minlength deprecation warning
dworvos pushed a commit to dworvos/pandas that referenced this pull request Apr 2, 2018
…ll-Nan slice in tests) (pandas-dev#20484)

* TST: test_nanops some parametrize & catch warnings (RuntimeWarning: All-NaN slice in tests)

* COMPAT: work around deprecation warning on non-equal dtype comparisons

closes pandas-dev#20011

* WARN: bincount minlength deprecation warning
kornilova203 pushed a commit to kornilova203/pandas that referenced this pull request Apr 23, 2018
…ll-Nan slice in tests) (pandas-dev#20484)

* TST: test_nanops some parametrize & catch warnings (RuntimeWarning: All-NaN slice in tests)

* COMPAT: work around deprecation warning on non-equal dtype comparisons

closes pandas-dev#20011

* WARN: bincount minlength deprecation warning
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WARN: numpy warnings on operations
1 participant