Replies: 2 comments 2 replies
-
I don't see why you should know the dimensions prior to open an array. Can you send a small program showing what you are trying to do? (and yes, shape, chunk shape, block shape and the dtype info is stored as metadata; see e.g. "Data types are in!" section in https://www.blosc.org/posts/blosc2-ndim-intro/). |
Beta Was this translation helpful? Give feedback.
2 replies
-
After trying it out for some time, it seems to work to only initialize blosc in the main thread and then use it from other threads. I have not thoroughly test it, but will close this for now as it seems to work :). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently using b2nd_open to open arrays that I created, for which I know its dimensions.
But I recently received some arrays for which I do not know its dimensions, and I was wondering if it is possible to load the NDArrays somehow without knowing its dimensions beforehand. Am I correct that NDArrays do not store any information regarding its shape?
Beta Was this translation helpful? Give feedback.
All reactions