Skip to content

Commit

Permalink
Fixed UnmaskedArray._drop_none.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 7, 2023
1 parent ccacdc5 commit d9f84b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/contents/unmaskedarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def _remove_structure(self, backend, options):
return [self]

def _drop_none(self) -> Content:
return self.content[:0]
return self.content

def _recursively_apply(
self, action, behavior, depth, depth_context, lateral_context, options
Expand Down

0 comments on commit d9f84b5

Please sign in to comment.