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

# This Pull request: Adds to the `root/tutorials/*.C` macros their respective python scripts. Enjoy this "pyroothonic" syntax style. - [yes] tested changes locally - [yes] updated the docs (if necessary)

### Check duplicate issues. - [ ] Checked for duplicates ### Description While trying to use the `RNTupleImporter::SetFieldModifier` feature, I stumbled upon the following error: ``` input_line_71:2:19: error: unknown type...

bug
in:Python Interface

### Check duplicate issues. - [x] Checked for duplicates ### Description For all but record and class fields, the number of elements of that field is given by the number...

bug
in:RNTuple

### Check duplicate issues. - [ ] Checked for duplicates ### Description Any code run through `TInterpreter::Declare` that needs symbols from `libMatrix` ends up in ``` cling JIT session error:...

bug

Without this, clang-format will try to collapse "short" enums on a single line. Unfortunately, this hinders readability in some cases, as this for example is considered "short": ``` enum ENTupleStructure...

### Check duplicate issues. - [ ] Checked for duplicates ### Description Following up on an issue which was buried in https://github.com/root-project/root/pull/12449#issuecomment-1464946488 In current nightlies this test case behaves slightly...

bug

### Check duplicate issues. - [ ] Checked for duplicates ### Description When jitting code with errors in some cases, the failure leads to a segfault in cling. I didn't...

bug

### Explain what you would like to see improved and how. I have a simple snippet which produces a plot (in PDF or SVG) where the text items in the...

improvement

### Check duplicate issues. - [ ] Checked for duplicates ### Description As discussed in #16478, the TTree feature of using a count leaf inside a leaf list is currently...

bug
in:RNTuple