Skip to content

Conversation

@fengluoqiuwu
Copy link
Contributor

@fengluoqiuwu fengluoqiuwu commented Oct 18, 2024

Fix bug 27269 by add a type check and force casting if fill_value = None.
fixes #27269

@ngoldbaum
Copy link
Member

Instead of giving pull requests names like "Fix bug #xxxx", please give your PRs descriptive names.

@charris charris changed the title Fix bug 27269 BUG: Fix bug 27269 Oct 18, 2024
@fengluoqiuwu fengluoqiuwu changed the title BUG: Fix bug 27269 BUG: filled MaskedArray becomes object dtype if given a fill_value of None Oct 19, 2024
@fengluoqiuwu
Copy link
Contributor Author

Instead of giving pull requests names like "Fix bug #xxxx", please give your PRs descriptive names.

Thank you for your feedback. I have updated the pull request titles to be more descriptive. I appreciate your suggestion.

@melissawm melissawm added the component: numpy.ma masked arrays label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: numpy.ma masked arrays

Projects

Status: Awaiting a code review

Development

Successfully merging this pull request may close these issues.

BUG: filled MaskedArray becomes object dtype if given a fill_value of None

4 participants