We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4310 commit e2bccaeCopy full SHA for e2bccae
1 file changed
bindings/pyroot/pythonizations/test/CMakeLists.txt
@@ -62,6 +62,7 @@ ROOT_ADD_PYUNITTEST(pyroot_pyz_tcolor tcolor.py)
62
# TH1 and subclasses pythonizations
63
ROOT_ADD_PYUNITTEST(pyroot_pyz_th1_operators th1_operators.py)
64
ROOT_ADD_PYUNITTEST(pyroot_pyz_th1_fillN th1_fillN.py PYTHON_DEPS numpy)
65
+ROOT_ADD_PYUNITTEST(pyroot_pyz_th2_fillN th2_fillN.py PYTHON_DEPS numpy)
66
ROOT_ADD_PYUNITTEST(pyroot_pyz_th2 th2.py)
67
ROOT_ADD_PYUNITTEST(pyroot_pyz_th3 th3.py)
68
0 commit comments