-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: divmod return type #22932
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
jorisvandenbossche
merged 15 commits into
pandas-dev:master
from
TomAugspurger:ea-divmod
Oct 8, 2018
Merged
BUG: divmod return type #22932
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
52538fa
BUG: divmod return type
TomAugspurger c92a4a8
Update old test
TomAugspurger 1b4261f
Merge remote-tracking branch 'upstream/master' into ea-divmod
TomAugspurger 0671e7d
Fixup
TomAugspurger 35d4213
Merge remote-tracking branch 'upstream/master' into ea-divmod
TomAugspurger 7ef697c
Use super
TomAugspurger c9fe5d3
make strict
TomAugspurger 2247461
Test op(Series[EA], EA])
TomAugspurger a0cd5e7
TypeError for Series
TomAugspurger 11a0d93
typerror
TomAugspurger cc2bfc8
Merge remote-tracking branch 'upstream/master' into ea-divmod
TomAugspurger 4e9b7f0
doc update
TomAugspurger 95d5cbf
typo, import
TomAugspurger c9d6e89
xpass -> skip
TomAugspurger ec814db
Move
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixup
- Loading branch information
commit 0671e7d67df8b0aa258fd864ef5f3169fe0ffc55
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to better indicate that this is an "extra" test (not overriding a base one)?
(not necessarily needs to be solved here, but question is relevant in general, as we sometimes add tests to eg decimal to test specific aspects not covered in the base tests, to clearly see which those tests are. Maybe we would put them outside the class?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having it off the class makes the most sense. Moved.