-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Fix flakey hypothesis apply test #24307
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
Hello @alimcmaster1! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #24307 +/- ##
=======================================
Coverage 92.28% 92.28%
=======================================
Files 162 162
Lines 51827 51827
=======================================
Hits 47827 47827
Misses 4000 4000
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24307 +/- ##
==========================================
+ Coverage 92.28% 92.28% +<.01%
==========================================
Files 162 162
Lines 51827 51831 +4
==========================================
+ Hits 47827 47831 +4
Misses 4000 4000
Continue to review full report at Codecov.
|
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. A few lint failures from unused imports.
thanks @alimcmaster1 |
@given(index=indices(max_length=5), num_columns=integers(0, 5)) | ||
@settings(deadline=1000) | ||
def test_frequency_is_original(self, index, num_columns): | ||
# GH 22150 |
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.
Seems the issue number got removed inadvertently.
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.
My mistake - added back here: #24313
Thanks @alimcmaster1! |
Follow up based on comments in #23849
git diff upstream/master -u -- "*.py" | flake8 --diff
@mroeschke mind reviewing?