Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ERR: Maximum recursion depth exceeded in comparision when comparing a TimeDelta to numpy object array of TimeDelta #11835
Comments
|
ok. you should use a In any event looks like a bug in the comparison ops. pull -requests welcome. |
jreback
added Bug Difficulty Novice Timedelta Effort Low
labels
Dec 13, 2015
jreback
added this to the
Next Major Release
milestone
Dec 13, 2015
jreback
changed the title from
`Maximum recursion depth exceeded in comparision` when comparing a `TimeDelta` to numpy object array of `TimeDelta`s to ERR: Maximum recursion depth exceeded in comparision when comparing a TimeDelta to numpy object array of TimeDelta
Dec 13, 2015
kawochen
referenced
this issue
Jan 4, 2016
Merged
BUG: GH11835 where comparison of Timedelta array caused infinite loop #11957
jreback
modified the milestone: 0.18.0, Next Major Release
Jan 5, 2016
jreback
closed this
in #11957
Jan 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WarrenWeckesser commentedDec 13, 2015
See http://stackoverflow.com/questions/34251068/runtimeerror-from-scipy-stats-mode-on-array-of-timedelta-maximum-recursion-dept
Python 3.5.1, pandas 0.17.1, numpy 0.10.1:
Create a numpy array of
TimeDeltaobjects, and do a comparison of the array to aTimeDeltainstance: