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

### Check duplicate issues. - [x] Checked for duplicates ### Description Using: ``` void foo () { o2::dcs::DataPointValue value; } ``` results in the error below when running it with...

bug
experiment
blocker

# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/13300 - I tested this locally on Ubu22 and it works fine. - I do not know how to properly test...

Add support for dynamic tensor shapes in several operators and introduce the managing of a new type of tensors (shape tensors) representing shapes which are the output of some operators...

### Check duplicate issues. - [x] Checked for duplicates ### Description I'm not sure if this is an issue in ROOT or in our code. As explained in https://github.com/AIDASoft/podio/issues/770, doing...

bug
in:Cling
in:Python Interface

Hi all! This is my first PR, please be gentle 🙂 The PR is meant to trigger a discussion on the feature described in the title, rather than being a...

new contributor
in:I/O

# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/18900 But seems to break other things. ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary)

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-6960 Credit for the solution goes to @hansenjo ## Checklist: - [x] tested changes locally - [ ] updated the docs...

# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #

in:Build System
test coverage

This PR enables a pythonic histogram creator that automatically returns a `TH1/2/3` object filled with the numpy data, and configures the binning mode based on keyword args: ```py n =...

in:Python Interface
2nd Hackathon

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-4302 shows: ``` ======> EVENT:0 x = 3, 5 ``` If this hack is acceptable, I can extend it to all...