joss review: root_numpy FAQ example requires rootpy
wlav opened this issue · 2 comments
wlav commented
The FAQ has:
from rootpy import asrootpy
from rootpy.io import root_open
I'm not sure that rootpy is really germane to what is shown (the use of CloneTree() with disabled branches), but if it is considered so, then a link to (how to install) rootpy would be good. As is, having only followed the root_numpy installation instructions, the code fails (obviously).
wlav commented
same goes for the "Bootstrap a TTree with NumPy" example (although not the TMVA ones)