Lorenzo Moneta

Results 68 comments of Lorenzo Moneta

Commit has been merged as part of PR 11407: https://github.com/root-project/root/pull/11407/commits/0d3cd8af5862ca08a5afc6eaa934001be3266165

@phsft-bot build just on ROOT-ubuntu2204/default, ROOT-ubuntu18.04/default with flags -Dtmva-sofie=On

@phsft-bot build just on ROOT-ubuntu2204/default, ROOT-ubuntu18.04/default

@phsft-bot build just on ROOT-ubuntu2204/default, ROOT-ubuntu18.04/nortcxxmod

Applying the patch causes a crash when cloning a `THnD`. Here is a simple code reproducing this: ``` int bins[] = {10}; double xmin[] = {0}; double xmax[] = {10};...

I think in the I/O rule define in the `Linkdef.h` should be `version` and not `versions`, otherwise the rule is applied to all versions, including the current one. The next...

Thank you to report this problem and the test to reproduce. The problem is to be not in the bin content and error of the resulting histograms but in the...

@guitargeek We have already `FillN` to fill a numpy array in an histogram. I think is good to have a function creating and filling histogram directly from Numpy passing the...