vepadulano / PyRDF

Python Library for doing ROOT RDataFrame analysis
https://pyrdf.readthedocs.io/en/latest/
9 stars 7 forks source link

Add support for distributed sum #77

Closed vepadulano closed 5 years ago

vepadulano commented 5 years ago

In the reducer checks that the result of the operation is of type float, since this is the type that the Sum operation returns in PyROOT. A test has been added