-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix bug where offset.copy() != offset #17452
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
Conversation
Add test that will currently fail Make some attributes into cache_readonlys
Hello @jbrockmendel! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on September 14, 2017 at 16:17 Hours UTC |
@@ -1952,6 +1952,10 @@ def _check_roundtrip(obj): | |||
_check_roundtrip(self._object(2)) | |||
_check_roundtrip(self._object() * 2) | |||
|
|||
def test_copy(self): |
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.
add the issue number (or pr number in this case) as a comment
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.
Done.
is this orthogonal on #17458 ? |
Yes. They're related in spirit, but need to be fixed separately. |
Codecov Report
@@ Coverage Diff @@
## master #17452 +/- ##
==========================================
+ Coverage 91.15% 91.2% +0.04%
==========================================
Files 163 163
Lines 49587 49604 +17
==========================================
+ Hits 45203 45243 +40
+ Misses 4384 4361 -23
Continue to review full report at Codecov.
|
thanks; normally I would ask for a whatsnew entry, but I think this is fine. |
Add test that will currently fail
Make some attributes into cache_readonlys
Last one for now.
git diff upstream/master -u -- "*.py" | flake8 --diff