Skip to content

TST: Test dtype sparseDtype with specificd fill value #50743

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

Conversation

luke396
Copy link
Contributor

@luke396 luke396 commented Jan 14, 2023


def test_dtype_sparse_with_specified_fill_value():
# GH 49987
# specify fill_value which not present in data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to adjust the test name than to leave a comment

CI failures seem legit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this one? Apparently I'm not very good at naming them.

@phofl phofl added Testing pandas testing functions or related to the test suite Sparse Sparse Data Type labels Jan 16, 2023
@phofl phofl added this to the 2.0 milestone Jan 16, 2023
@phofl phofl merged commit cb83712 into pandas-dev:main Jan 16, 2023
@phofl
Copy link
Member

phofl commented Jan 16, 2023

thx @luke396

@luke396 luke396 deleted the test-dtype-SparseDtype-with-specificd-fill-value branch January 16, 2023 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: ValueError converting dense categorical series to sparse when fill_value not in series
2 participants