-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Check boundary undefined with non-default close parameter for DatetimeIndex #23198 #23199
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
Hello @Adirio! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23199 +/- ##
==========================================
+ Coverage 92.19% 92.19% +<.01%
==========================================
Files 169 169
Lines 50956 50956
==========================================
+ Hits 46977 46978 +1
+ Misses 3979 3978 -1
Continue to review full report at Codecov.
|
No idea what happened with the failed test. |
The failed test is unrelated; don't worry about it. This does need its own test though. |
I have no previous experience with pytest, I guess I need to add a new method to the |
You can use the
|
this would need to assert all of the test cases in the OP |
can you merge master and update. |
closing as stale. ping if you'd like to continue. |
@jreback I can merge master if you wish but I can not provide the requested tests right now. |
git diff upstream/master -u -- "*.py" | flake8 --diff