-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.22/00
-
Component/s: PyROOT
-
Labels:None
-
Environment:
master on commit 4f99c51cb29513bada3b6c48bba38d712b0f5044
-
Development:
Following snipplet hangs forever. I don't know yet why:
import ROOT |
import numpy as np |
|
v = [True, False] |
x1 = np.array(v, dtype=np.bool) |
x2 = ROOT.RVec('bool')(v) |
|
print('Hang forever here ...') |
print(x1 == x2) |
print('... and never reach this.') |
It does not fail with ROOT.std.vector('bool'), so it's something with RVec that confuses the machinery. Also, other types than bool seem to be fine.
- relates to
-
ROOT-10693 [PyROOT] Infinite iteration over RVec
-
- Closed
-
-
ROOT-10693 [PyROOT] Infinite iteration over RVec
-
- Closed
-