Skip to content

Commit

Permalink
fix: generator tolayout in cling (#1613)
Browse files Browse the repository at this point in the history
* bugfix for record tolayout

* pylint suggestion fix

* update fieldindex

* use conenttypes attribute instead of contents to match Numba code

* add accessor to layout in a generated RecordView

* fix tolayout of the indexedoption and union array generators, add tests

* fix tolayout of the indexed array generator

* fix tolayout of bitmasked and bytemasked array generators

* fix tolayout of unmasked array generator

* parametrize tests

* fix tolayout of regular array generator

* add tolayout of list array generator test

* add test for record

* address Jim's comment

* address Jim's comment

Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>
  • Loading branch information
ianna and jpivarski authored Aug 22, 2022
1 parent cbb2412 commit 45a9ca2
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 95 deletions.
Loading

0 comments on commit 45a9ca2

Please sign in to comment.