First go at some tests (see the functioning tests in test_attenuation.py), and it also makes taurunner importable.
To install taurunner with pip, just run pip install --editable /path/to/TauRunner/ where the path points to the directory containing the setup.py file. This will enable you to do things like import taurunner.Casino
First go at some tests (see the functioning tests in test_attenuation.py), and it also makes taurunner importable.
To install taurunner with pip, just run
pip install --editable /path/to/TauRunner/
where the path points to the directory containing thesetup.py
file. This will enable you to do things likeimport taurunner.Casino