-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
func_adl/func_adl/type_based_replacement.py
Line 894 in 9be9f18
| logging.getLogger(__name__).warning(f"Unknown type for name {node.id}") |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels