[PyROOT] Add __reduce__ method to ROOTFacade to help serialization tools#7886
Conversation
|
Starting build on |
|
Both the commit message and the code might use some comments, otherwise well done finding this out! |
|
Alright, I added docstrings to the functions in _facade.py . I also added some unittests, we need to discuss whether we want to include the tests with |
dfd80e2 to
e49a845
Compare
|
Thought it was worth for our reference to keep track also of the behaviour of the |
e49a845 to
aab8252
Compare
|
After discussion, we decided to only keep pickle tests, whereas cloudpickle usecase is implicitly tested with distributed RDataFrame. See the sibling PR in rottest for the additional test of the serialization of the facade |
etejedor
left a comment
There was a problem hiding this comment.
Thanks for investigating this @vepadulano !
Fixes #6764 , see the comment with explanation there