Removal ak.layout.ListArray32 etc. #3157
Closed
tamasgal
started this conversation in
Deprecations
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Sorry for my ignorance, I could not follow the Awkward developments in the past months, so this might be something trivial. I will investigate further today but I wanted to dump this in case someone else encounters the same issue.
As discussed here a few years ago, I am using
ak.layout.ListArray32
etc. in a type check like below where I also included the current error:I am currently updating a library which still uses Awkward v1 to v2 (multiple reasons, including NumPy v2) and apparently
ak.layout
does not exist anymore.Is there a quick workaround or is a rabbit hole thing? 😆 I see that the type is now
awkward.contents.listoffsetarray.ListOffsetArray
so I assume I need to check forlayout.content.dtype
. What aboutak.layout.RegularArray
?Beta Was this translation helpful? Give feedback.
All reactions