Skip to content

Commit beffccf

Browse files
authored
fix: pass backend to RecordArray (#3507)
1 parent 5bae734 commit beffccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/awkward/operations/ak_from_buffers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ def _shape_generator():
634634
None if form.is_tuple else form.fields,
635635
length,
636636
parameters=form._parameters,
637+
backend=backend,
637638
)
638639

639640
elif isinstance(form, ak.forms.UnionForm):

0 commit comments

Comments
 (0)