Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tolist bug revealed by Uproot 5 testing #1530

Closed
jpivarski opened this issue Jul 5, 2022 · 0 comments · Fixed by #1567
Closed

tolist bug revealed by Uproot 5 testing #1530

jpivarski opened this issue Jul 5, 2022 · 0 comments · Fixed by #1567
Assignees
Labels
bug The problem described is something that must be fixed

Comments

@jpivarski
Copy link
Member

Version of Awkward Array

HEAD

Description and code to reproduce

In scikit-hep/uproot5#620, a test named test_gohep_output_file is failing in tolist:

    with uproot.open(skhep_testdata.data_path("uproot-issue413.root"))[
        "mytree"
    ] as tree:
        assert tree["Str"].array().tolist()

                                   ^^^^^^^^

It looks like an Awkward bug, to be fixed here. (Uproot has a work-around, so we won't see it again unless we actively look for it. Hence this bug report.)

@jpivarski jpivarski added the bug The problem described is something that must be fixed label Jul 5, 2022
@ioanaif ioanaif self-assigned this Jul 26, 2022
@jpivarski jpivarski linked a pull request Aug 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The problem described is something that must be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants