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

### Feature description Hi, We need an alternative to `Range` in `RDataFrame`, that picks subsets of entries randomly. This is needed because when using real data, we might need a...

new feature

The size of the struct isdifferent on 32 bit architectures. ``` [ RUN ] TypeReflectionTest.GetSizeOfType /builddir/build/BUILD/root-6.36.00-build/root-6.36.00/interpreter/CppInterOp/unittests/CppInterOp/TypeReflectionTest.cpp:79: Failure Expected equality of these values: Cpp::GetSizeOfType(Cpp::GetVariableType(Decls[4])) Which is: 12 16 [ FAILED ]...

- [x] Checked for duplicates ### Describe the bug When running the unit tests on s390x there are several failures: ``` 97% tests passed, 34 tests failed out of 1232...

bug

This PR introduces multi-operator fusion in SOFIE for efficient memory usage.

improvement
in:TMVA

# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/9022 Explores solution suggested by @jblomer fyi @will-cern ## Checklist: - [x] tested changes locally - [x] updated the docs (if...

# This Pull request: Introduces a new shuffling strategy for creating training batches, ensuring that each batch consists of data from different parts of the RDataFrame. Each chunk loaded into...

Add new `ROOT_BATCH` environment variable to initialize the batch mode as an alternative to using the `-b` command line switch. Strictly speaking only the changes in `TApplication` are necessary (as...

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-9028 ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary)

in:TTree

In the case of a TTree with a friend TChain, the call to `GetEntry` that needs to move to a new tree in the friend TChain was not correctly updating...

in:TTree
test coverage