Skip to content
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

Python bool meta always numpy.bool_ #10677

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

fjetter
Copy link
Member

@fjetter fjetter commented Dec 6, 2023

we're doing the same thing for floats and integers so bool should not be different

xref dask/dask-expr#477

assert isinstance(meta, np.bool_)

meta = make_meta(1)
assert isinstance(meta, np.int64)
Copy link
Member Author

Choose a reason for hiding this comment

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

this is failing in ci. it works on my machine... I'll have to dig in a little

@hendrikmakait hendrikmakait marked this pull request as draft December 18, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant