-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
MAINT: Condense TIMEZONE_IDS construction #26600
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
Codecov Report
@@ Coverage Diff @@
## master #26600 +/- ##
==========================================
- Coverage 91.87% 91.86% -0.01%
==========================================
Files 174 174
Lines 50661 50661
==========================================
- Hits 46547 46542 -5
- Misses 4114 4119 +5
Continue to review full report at Codecov.
|
@gfyoung @jreback this is IMO a step back - several of these objects don't have nice str/reprs, and it really makes sense to invest the extra 4(!) lines to have a clean output of Comparing master vs this PR with the following dummy test:
this is the state of master:
resp. of this PR:
In tests with more fixtures (like I'm working on in #25637), this would make the output absurdly wide. |
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.
comments
c7293f4
to
ebf7069
Compare
ebf7069
to
8fba225
Compare
26f3b8a
to
9e799cb
Compare
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12180 Really not sure why https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12180 |
@gfyoung weird, can you merge master and repush and see |
9e799cb
to
1ab924e
Compare
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=12207 @jreback : Alas, no luck after merging and repushing |
6bfa177
to
a7ec6bd
Compare
@jreback : It seems that dropping the fixture decorator is causing issues with that one Azure case. Why that's the case? No idea - it's quite bizarre. I'm inclined to just use Thoughts? |
@gfyoung sounds fine |
4d496cc
to
bb12ff5
Compare
Follow-up to pandas-devgh-26596
bb12ff5
to
d51f7e2
Compare
@jreback : Everything is cleaned up and green. PTAL. |
thanks @gfyoung |
Follow-up to #26596