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 Hello, I have noticed that if I start a python session in batch mode (`ROOT.gROOT.SetBatch(True)`) and run some lines that would draw some things to a canvas,...

new feature

Fix the following error (visible in TMVA): ``` libTMVA: Debug Assertion Failed! Expression: cannot seek vector iterator before begin ```

It seems independent Cling builds have been broken on Windows for a while (or am making an error when setting up the build in Cling's Github Actions CI?) Looking at...

in:Cling

# This Pull request: ## Changes or fixes: Add TChain::AddFilelist which will call AddFile for each member in filelist It hase the same signature of AddFile and will return the...

good first issue
in:TTree

This PR provides some improvements in pymva, especially in PyMethodBase

in:TMVA

Adds minimal browsing capability for RNTuple with TBrowser (browsing already works with RBrowser). Introduces the more general capability for foreign objects (not inherited from TObject) to implement custom browsing. This...

in:RNTuple

…nd mac14 bare-metal runners for testing purposes # This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if...

clean build

### Explain what you would like to see improved and how. The documentation for `TF3::Draw()` states: "Draw this function with its current attributes." This suggests that `TF3::Draw()` should behave similarly...

improvement

# This Pull request: ## Changes or fixes: Default drawing histogram option is to leave a YMARGIN range of 10% in YMAX. So if you call Unzoom, it was calling...

### Check duplicate issues. - [x] Checked for duplicates ### Description Creating a `TF1` from a C++ functor with the number of parameters set to zero and drawing this function...

bug