-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Explain what you would like to see improved and how.
As reported at https://root-forum.cern.ch/t/bool-branch-becomes-python-object-with-rdataframe-asnumpy/64305
The logic at
column_type = "unsigned char" if column_type == "bool" else column_type |
bool
case, but not the Bool_t
case, which is what a TTree branch holding boolean values will display to RDataFrame.
ROOT version
Any
Installation method
Any
Operating system
Any
Additional context
No response