Skip to content

Unknown type for name Zip warning #123

@masonproffitt

Description

@masonproffitt

Executing this code (in the func-adl-uproot repository):

from func_adl_uproot import UprootDataset
ds = UprootDataset('tests/vectors_tree_file.root')
ds.Select(lambda row: Zip([row.int_vector_branch, row.float_vector_branch]))

gives me Unknown type for name Zip, though the query still seems to work fine. It looks like it comes from this line:

logging.getLogger(__name__).warning(f"Unknown type for name {node.id}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions