astrofrog / sedfitter

Python version of the SED fitter from Robitaille et al., 2007, ApJS 169 328
http://sedfitter.readthedocs.org
BSD 2-Clause "Simplified" License
20 stars 22 forks source link

Test Python SED Fitter #45

Closed peteroffsapientia closed 7 years ago

peteroffsapientia commented 8 years ago

After installing with -pip install sedfitter i tried to test run with -python setup.py test i keep getting errors like: ERROR collecting sedfitter/utils/tests/test_parfile.py and i'm also told Python should be installed as a framework.

Please how do i fix this?

astrofrog commented 7 years ago

@peteroffsapientia - there is no easy way currently to test an installed version of the sedfitter. To run tests, you should instead just do:

git clone http://github.com/astrofrog/sedfitter
cd sedfitter
python setup.py test