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

### Describe the bug It is currently impossible to read TNDArrayT objects from ROOT Files created with earlier ROOT Versions than v6.26. This affects primarily THn Objects which have this...

bug

Fixes #11390 Improves the workflow of `DisplayHelper::Exec` as follows: 1. We always check whether there are entries to be displayed with `RDisplay::HasNext`. If so, add one row to the display...

in:RDataFrame

Draft PR to see the CI response.

in:RooFit/RooStats

This PR introduces the support for performing inference on Graph Neural Network models in TMVA SOFIE, based on [DeepMind's Graph Nets](https://github.com/deepmind/graph_nets). **Checklist** - [x] RModel_GNN class - [x] RFunction class...

On some platform operator delete taints the memory, so even right after the deletion the information stored by ~TObject is already erased. On those platform we no longer rely on...

bug
in:Core Libraries
affects:6.26

This applies the change made to ROOT_GENERATE_DICTIONARY in the main branch commit 08ab7e0306 to GENREFLEX_GENERATE_DICTIONARY. This commit in conjunction with 08ab7e0306 fixes #11312. See commit 08ab7e0306 and issue #11312 for...

bug
in:Build System

`import ROOT` causes the setting of the environment variable `EXTRA_CLING_ARGS` to `-O2` -- but too late (after interpreter initialization), so that the setting actually has no effect: `cling` will still...

improvement
in:PyROOT

On some platform operator delete taints the memory, so even right after the deletion the information stored by ~TObject is already erased. On those platform we no longer rely on...