Closed tmadlener closed 7 months ago
The recent updates to cppyy in root mater also broke the resolution of Frame::put
from the python side. For some reason I haven't yet figured out it runs into a copy constructor for a unique_ptr
which has not been the case before. Marking the argument as rvalue reference makes things work again for root@master.
The issue relating to Frame::put
has been reported to ROOT here: https://github.com/root-project/root/issues/15117
Merging this as it fixes a false positive test and we have to wait for ROOT to see how to fix the other python issue for upcoming versions.
BEGINRELEASENOTES
as_type
argument is respected inFrame.put_parameter
also for lists of doubles / floats.ENDRELEASENOTES