Skip to content
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

Prevent RecursionError on Timestamp comparison against object array #18829

Merged
merged 2 commits into from
Dec 19, 2017

Conversation

jbrockmendel
Copy link
Member

Timedelta comparison already handled this correctly but I didn't see a test for it, so added one.

@codecov
Copy link

codecov bot commented Dec 19, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18829      +/-   ##
==========================================
- Coverage   91.64%   91.62%   -0.02%     
==========================================
  Files         154      154              
  Lines       51408    51408              
==========================================
- Hits        47113    47104       -9     
- Misses       4295     4304       +9
Flag Coverage Δ
#multiple 89.49% <ø> (ø) ⬆️
#single 40.83% <ø> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.68% <0%> (-0.11%) ⬇️

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 b6a7cc9...3820a2f. Read the comment docs.

@jreback jreback added Compat pandas objects compatability with Numpy or Python functions Timedelta Timedelta data type Datetime Datetime data dtype labels Dec 19, 2017
@jreback jreback added this to the 0.22.0 milestone Dec 19, 2017
@jreback jreback merged commit b67775b into pandas-dev:master Dec 19, 2017
@jreback
Copy link
Contributor

jreback commented Dec 19, 2017

nice thanks!

@jbrockmendel jbrockmendel deleted the fix15183 branch February 11, 2018 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Timedelta Timedelta data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Timestamp array comparison may raise RecursionError
2 participants