root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
`NeverWrittenOut.root` is actually written out (because the exception is thrown during the event loop). Change the file name so that it's deleted at the end of the test.
Minuit2's MnHesse sometimes returns success, but the matrix contains only NaN values (this should be fixed, but that is a bigger issue not addressed here). In this case, IsAboveMaxEdm() returns...
### Describe the bug RooRealVars that have slashes ("/") in their name can cause a whole slew of issues. They should either be disallowed completely (replacing the slash in the...
# This Pull request: Add a draft implementation of zero-copy merge of RNTuples. @jblomer ## Changes or fixes: ## Checklist: - [X] tested changes locally - [ ] updated the...
As shown in the code attached in https://root-forum.cern.ch/t/error-on-fitresult-scan/51014 one cannot use FitResult::Scan when the Fitter class has been deleted.
- [x] Checked for duplicates ### Describe the bug ArchLinux recently upgraded to `glibc 2.36`, and that resulted in ROOT not compiling with either GCC 11.3.0 or GCC 12.1.1 ###...
# This Pull request: Helps the debian packaging effort ## Changes or fixes: Fixed the subprocess commands in the debianize() function credit to dimitry-ishenko and have also modified ProgressBar.py, which...
Since commit 0a5b6c60e0, we build LLVM with RTTI enabled. It doesn't make sense anymore to build some of our source files without RTTI just because they are pulling in LLVM...
To this end, we now propagate compile-time information on how many columns are varied (one or more than one simultaneously) down from `Vary` to `RVariation`. We can take advantage of...
- [x] Checked for duplicates When using clang trunk to build ROOT (main branch), it fails due to `case value is not a constant expression` ``` ❯ clang --version clang...