-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
TST: Every function ensure_clean in the file /pandas/tests/io/test_common.py and /pandas/tests/io/pytables/test_store.py has been replaced. #62895
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
218f840
TST: Every function ensure_clean in the file /pandas/tests/io/test_co…
zhangbowen-coder 085ac87
Update: precommit passed.
zhangbowen-coder 798eba0
Update.
zhangbowen-coder b5833f0
Merge branch 'main' into zbw-working
zhangbowen-coder 01c5281
Fixed
zhangbowen-coder bf598ce
TST: ensuring bins in cut during tiling are predictably small (#62868)
Nikhil-Narayanan 0eed2c8
STY: use strict zip in `pandas/tests/window` (#62852)
zorexsalvo dd87cbe
DOC: Correct grammatical issues with a/an usage (#62904)
star1327p 8cab820
TST : Add comprehensive unit tests for tm.shares_memory utility funct…
Aniketsy 2b97516
STY: Add strict=True to zip() calls in pandas\tests\arrays (#62905)
0eba9c4
DOC: inconsistent default values in the initialiser for RangeIndex (#…
natmokval 1fc35cb
BUG: rename with Series with non-unique index (#62906)
jbrockmendel a52a895
TST: fix duplicate parametrization/xfail in test_setitem_integer_with…
jbrockmendel 5b6508f
BUG: Raise TypeError for mismatched signed/unsigned dtypes in Interva…
Aniketsy 60f18d1
BUG: retain NAs in ufunc on ArrowEA (#62908)
jbrockmendel 1ae0444
BUG: DateOffset(normalize=True).rollback (#62910)
jbrockmendel c8a8d64
Merge branch 'main' into zbw-working
zhangbowen-coder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
temp_fileshould already be aPathThere 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.
Thank you for your correction, I have never used pytest fixtures before, so I make this mistake,I will fix it today and update this PR.