Skip to content

TST: Series Division with zeros numpy array (#8674) #15013

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 1 commit into from
Dec 30, 2016

Conversation

mroeschke
Copy link
Member

This issue operates normally on master and relates to Python's 2.x division. Doesn't appear that any PRs in 0.20 addressed this issue.

@codecov-io
Copy link

codecov-io commented Dec 30, 2016

Current coverage is 84.78% (diff: 100%)

Merging #15013 into master will increase coverage by <.01%

@@             master     #15013   diff @@
==========================================
  Files           145        145          
  Lines         51090      51090          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43315      43316     +1   
+ Misses         7775       7774     -1   
  Partials          0          0          

Powered by Codecov. Last update 0d3ecfa...7a614c4

@jorisvandenbossche jorisvandenbossche added Bug Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite labels Dec 30, 2016
@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Dec 30, 2016
@jorisvandenbossche jorisvandenbossche merged commit d2a4b33 into pandas-dev:master Dec 30, 2016
@jorisvandenbossche
Copy link
Member

@mroeschke Thanks!

@mroeschke mroeschke deleted the test_8674 branch December 20, 2017 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary operations between Numpy array and Pandas series convert to array dtype before executing
3 participants