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

Addresses several bugs on big-endian architecture, some in the testing code only, some in the actual code. Tested manually on Power8/EL7. Also tested that RNTuple data written on little-endian can...

in:RNTuple

ParamHistFunc currently does not adhere to the convention that if it is independent of the variable passed to binBoundaries method that it should return nullptr. This is fixed, along with...

improvement
in:RooFit/RooStats

### Explain what you would like to see improved and how. Currently custom streamers have no reliable way to communicate failure to the calling code (e.g. to have it skip...

improvement
in:I/O

### Check duplicate issues. - [ ] Checked for duplicates ### Description In `pyroot`. Right after declaring an instance of `TGFileContainer`, ROOT crashes. ### Reproducer import ROOT myContainer = ROOT.TGFileContainer()...

bug

Second possible implemenation of RBatchGenerator. #15647 being the other one. Should be slower, but not measured yet

One of the RBatchGenerator possible implementations. From the eye test should be faster, but needs measuring

# This Pull request: Explicitly declares the signatures of types that are used in jitted expressions so that the tutorial runs properly even when compiled AOT. ## Changes or fixes:...

### Explain what you would like to see improved ROOT currently has a size limitation (~1GB) for the number of bytes that can go into a single entry of a...

improvement
affects:master
priority:high
in:I/O
in:TTree

This is to kickstart the discussion related to https://github.com/root-project/root/issues/7713 For the issue reproducer, this is the output with this patch ``` 0 0 10 10 Error in : Entry 2...