PiperP
PiperP
# This Pull request: roostats tutorials translated into Python ## Changes or fixes: The unmarked C++ roostats tutorials have been translated into python3. ## Checklist: - [ yes ] tested...
# This Pull request: Addition of FOAM tutorials into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [...
# This Pull request: Adds the Physics Tutorial into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [...
# This Pull request: Translated Matrix-Tutorials into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [ yes ]...
# This Pull request: Adds a Complete translation of the Geometry-Tutorials into python. ## Changes or fixes: It runs, it re-reruns, and it gets out of IPython without crashing memory....
### Check duplicate issues. - [ ] Checked for duplicates ### Description In `pyroot`. Right after declaring an instance of `TGFileContainer`, ROOT crashes. ### Reproducer import ROOT myContainer = ROOT.TGFileContainer()...
# This Pull request: Translates all "math" tutorials into Python. ## Changes or fixes: It shows creative ways of using C++ methods in Python more than the usual way of...
# This Pull request: Translates one tutorial of the `root/tutorials/v7` into Python language. ## Checklist: - [yes] tested changes locally - [yes] updated the docs (if necessary)
# 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 Inherit whatever ROOT parent class in a python class generates error on the TObject::DoError method. Python raises an...