-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Fix outdated default values in util.testing docstrings #22776
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
DOC: Fix outdated default values in util.testing docstrings #22776
Conversation
Hello @dargueta! Thanks for submitting the PR.
|
@@ -1326,12 +1326,13 @@ def assert_frame_equal(left, right, check_dtype=True, | |||
Second DataFrame to compare. | |||
check_dtype : bool, default True | |||
Whether to check the DataFrame dtype is identical. | |||
check_index_type : {'equiv'} or bool, default 'equiv' | |||
check_index_type : bool / string {'equiv'}, default 'equiv' |
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.
I think this and everything below it in this diff is from a botched rebase. Trying to fix it...
Codecov Report
@@ Coverage Diff @@
## master #22776 +/- ##
=======================================
Coverage 92.17% 92.17%
=======================================
Files 169 169
Lines 50778 50778
=======================================
Hits 46807 46807
Misses 3971 3971
Continue to review full report at Codecov.
|
@dargueta Thanks ! |
git diff upstream/master -u -- "*.py" | flake8 --diff