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

Fixes for check_array argument of concatenate_arrays #312

Merged
merged 2 commits into from
Mar 22, 2023

Conversation

ivirshup
Copy link
Contributor

@ivirshup ivirshup commented Mar 6, 2023

Fixes #304.

Arguably this should also be checking the dtype, codecs, etc. of each array as well.

This probably has changed the behavior of the non-checked case, as I've also fixed how total array size is calculated.

@martindurant
Copy link
Member

Sorry it took me a while to get to this. Everything looks good.

@martindurant martindurant merged commit 33b00d6 into fsspec:main Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

concatenate_arrays(..., check_arrays=True) argument not behaving as expected
2 participants