root icon indicating copy to clipboard operation
root copied to clipboard

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Results 924 root issues
Sort by recently updated
recently updated
newest added

The Failure is visible on the GCC 12 / Fedora 36 build: https://lcgapp-services.cern.ch/root-jenkins/job/root-nightly-master/3285/LABEL=ROOT-fedora36,SPEC=default,V=master/testReport/junit/projectroot.roottest.root.tree/branches/roottest_root_tree_branches_make/ for example: ``` +Error in : The class requested (vector) for the branch "vec" is an instance...

bug
priority:high
in:Cling
in:Dictionaries

This PR fixes for #11304 The code handling the fitting option is improved separting better options for graphs and for histograms

This Pull request introduces the Root Storage for BDT. Initially developed by @guitargeek(https://github.com/guitargeek/tmva-to-xgboost/) this PR implements the data structure for storing the model configuration & weights, Parse function for translating...

Rather than constructing a new RVec (as a view over the new array data) at every event and swapping with the old one, directly change the address of the old...

Avoid warnings when -Wzero-as-null-pointer-constant is specified

improvement
affects:master
in:Cling

If external version of `nlohmann/json.hpp` is provided, always test if json_fwd.hpp is there. If not, one only can use versions 3.9 .. 3.10, for which forward declaration match to included...

affects:master
in:Build System

- [x] Checked for duplicates It might be somehow associated with #7182 ### Describe the bug In the attached [archive](https://github.com/root-project/root/files/8690168/roofit-integral.tar.gz) there is a macro test.C showing the problem. The problem...

bug
in:RooFit/RooStats

For developers, it is unconvenient that the `override` specifier that flags member functions as overriding on first sight is not used so much in `hist`. I think it is a...

in:RDataFrame

Full discussion at https://github.com/root-project/roottest/pull/880 . Taking a look with `gdb` it looks like `kNotDeleted` is reset, but then those bits are immediately modified again by `_int_free`: ```cpp #0 tcache_put (tc_idx=0,...

bug
in:Core Libraries