You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes test failures on 32 bit intel ix86.
The following tests FAILED:
62 - pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-makenumpy (Failed) python python_runtime_deps
1257 - tutorial-analysis-dataframe-df032_RDFFromNumpy-py (Failed) python_runtime_deps tutorial
1259/1470 Test #1257: tutorial-analysis-dataframe-df032_RDFFromNumpy-py .............................................***Failed 1.14 sec
Traceback (most recent call last):
File ".../tutorials/analysis/dataframe/df032_RDFFromNumpy.py", line 23, in <module>
df = ROOT.RDF.FromNumpy({'x': x, 'y': y})
File ".../redhat-linux-build/lib/ROOT/_facade.py", line 349, in MakeNumpyDataFrameCopy
return _MakeNumpyDataFrame(np_dict)
File ".../redhat-linux-build/lib/ROOT/_pythonization/_rdataframe.py", line 601, in _MakeNumpyDataFrame
return ROOT.Internal.RDF.MakeRVecDataFrame(ROOT.__ROOT_Internal.MakePyDeleter(key), *args)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
OverflowError: Python int too large to convert to C long
0 commit comments