root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Doing: ``` ctest -R tmva -j 32 ``` will result in an arbitrary result (sometimes pass sometime fail) for ``` gtest-tmva-pymva-TestRModelParserKeras gtest-tmva-pymva-TestRModelParserPyTorch ``` re-running just those tests (whether they succeeded...
Version leading into the 1.0 format. Final cleanups and removal of backward compatibility code for previous experimental anchors.
# This Pull request: ## Changes or fixes: This is a rebased version of https://github.com/root-project/cling/pull/174 by @marsupial The test was failing for a reason that likely shouldn't be ignored. This...
# This Pull request: - Adds new Constructor interfaces to RooCmdArg - Adds new printouts to RooCmdArg ## Changes or fixes: RooCmdArg is a bit of an old-style piece of...
Fix a warning in RNTupleSerializer ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)
### Check duplicate issues. - [ ] Checked for duplicates ### Description On a large node (127 cores, 128 GB), I ran: 1. ctest -j 32 2. ctest --rerun-failed 3....
This commit builds on changes from * https://github.com/root-project/root/pull/16341 * https://github.com/root-project/root/pull/15692 Authorship is preserved in the sources.
### Check duplicate issues. - [ ] Checked for duplicates ### Description When running with `ctest -j 32` on a node with 127 cores (see below for more details), one...
### Check duplicate issues. - [ ] Checked for duplicates ### Description When I use RooFit to do multi-range fit, different behaviour in RooAddPdf and RooProdPdf (with the same pdf)...