-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Revert FrozenList changes (doc build slowdown, #15559) #15566
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
So I am totally puzzled about why, but reverting this does fix the doc build timeout, see https://travis-ci.org/pandas-dev/pandas/builds/207655451 While we figure this out, I would like to merge this revert for now, because with current master it makes doc building really unbearable (certainly with the docathon coming up). |
sure pls create an issue (or leave this one open and i'll take a look) where was the doc build hanging (what part)? |
Codecov Report
@@ Coverage Diff @@
## master #15566 +/- ##
==========================================
- Coverage 91.07% 91.04% -0.03%
==========================================
Files 136 136
Lines 49167 49155 -12
==========================================
- Hits 44777 44754 -23
- Misses 4390 4401 +11
Continue to review full report at Codecov.
|
The full 'reading' part (that is AFAIK the part where the ipython code blocks are executed). I am thinking of how we can try to profile that. |
using this to debug (it prints a LOT)
we should prob always add still not sure why it fails |
so going to merge this and we can figure out later. |
See pandas-dev#15559. This temporarily reverts pandas-dev#15506, to see if this fixes the doc build slowdown. Author: Joris Van den Bossche <[email protected]> Closes pandas-dev#15566 from jorisvandenbossche/revert and squashes the following commits: befd858 [Joris Van den Bossche] Revert "ENH: Added FrozenList difference setop" 527ded9 [Joris Van den Bossche] Revert "TST: remove deprecated usages of FrozenList.__add__ from test code"
See #15559. This temporarily reverts #15506, to see if this fixes the doc build slowdown.