icecube/FastResponseAnalysis

Package data are not installed

mlincett opened this issue · 1 comments

When trying to run the FRA test on setup.py the listener fails to run because it cannot find S191216ap_update.xml

The skymap map resolves to the installation directory in the venv, but the data directory(-ies) are not copied to the location.

From a quick look at setup.py it seems that setuptools.find_packages() is used to determine what to install and I guess this does not include directories with static data such as the required sample_skymaps.

I suppose that installing the FRA package in editable mode (pip install -e) may circumvent this issue.