-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Fixed doctest in Styler.to_latex #42672 #42718
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
willie3838
commented
Jul 25, 2021
•
edited
Loading
edited
- closes TST: Fix doctest in Styler.to_latex #42672
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
I'm new to contributing to open source and I was wondering how I would go about fixing the failed checks |
New failures are not related to your changes, they were caused by a xarray upgrade see #42716 |
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.
cc @attack68
hmm do we need to backport this? |
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.
lgtm. i recommended skipping this doc test.
don't think these need to be backported - we can make sure that ../formats/style.py
is switched on for doctesting only in 1.4.0.
looks fine, gets us back to (or closer to) a green CI i think |
thanks @willie3838 |