-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Improve documentation for assert_frame|series_equal #26101 #26106
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 #26106 +/- ##
==========================================
+ Coverage 91.96% 91.97% +0.01%
==========================================
Files 175 175
Lines 52405 52377 -28
==========================================
- Hits 48192 48176 -16
+ Misses 4213 4201 -12
Continue to review full report at Codecov.
|
pandas/util/testing.py
Outdated
@@ -1001,6 +1001,12 @@ def assert_series_equal(left, right, check_dtype=True, | |||
obj : str, default 'Series' | |||
Specify object name being compared, internally used to show appropriate | |||
assertion message. | |||
|
|||
When comparing two numbers, if the first number has magnitude less |
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.
These belong as part of the description of check_less_precise
lgtm. @WillAyd |
Thanks @sandepp123 |
git diff upstream/master -u -- "*.py" | flake8 --diff