Bug in transpose() for boolean data from disk? #10530
Unanswered
will-s-hart
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've just noticed that something like the following:
which worked previously, now (as of v2025.7.0) raises
AttributeError: 'BoolTypeArray' object has no attribute 'transpose'
.Loading the dataset first (i.e. ds_disk.load()) fixes things, but I'm not sure if all of this is expected or is a bug?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions