The following line: `from root_numpy import root2array, rec2array ` triggers the error: ImportError: No module named 'root_numpy' Perhaps root_numpy needs to be added to the environment.yml file?
The following line:
from root_numpy import root2array, rec2arraytriggers the error:
ImportError: No module named 'root_numpy'
Perhaps root_numpy needs to be added to the environment.yml file?