-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Add test for loc not updating cache correctly #47949
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
you did explicitly check that this exact test fails on 1.4.3? |
if so merge when ready. lgtm. Thanks @phofl |
maybe worth adding a code comment to not alter the test as all steps are necessary to avoid clean-ups or refactors changing it. |
Yes, used 1.4.3 to narrow it down to this test |
sure. the "Reduced it as far as possible" created some doubt. so was just checking. |
Good point, added a comment |
This comment was marked as resolved.
This comment was marked as resolved.
* TST: Add test for loc not updating cache correctly * Add comment
* TST: Add test for loc not updating cache correctly * Add comment
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.All the setitem and getitem steps are necessary to produce the bug. Reduced it as far as possible