luca-fiorito-11/sandy

RDD data not found

Closed this issue · 2 comments

with the dafault sandy installation python setup.py install, the local decay data libraries in sandy/appendix/decay_data are not included in the package.
The results is that an error is raised when running, say, sandy.get_endf6_file("jeff_33", "decay_data", "all").

A workaround should be to install sandy with python setup.py develop

This is fixed in #331 by using pip install . instead of python setup.py install