bd-j/prospector

SPS issue

LydiaMak opened this issue · 2 comments

Hi,

I am trying to run the demo and I get a failure to the kernel once I reach this step

sps = build_sps(**run_params)
help(sps.get_spectrum)

When I run it on terminal I get the error

SPS_SETUP ERROR: wavelength grid cannot be opened

The files are there so I am not sure what's happening.

Thank you,

Lydia

bd-j commented

What version of python-fsps do you have? Can you try

cd $SPS_HOME
git pull

and run again? Thanks

After all, this is happening if I use the stable version. Using the development version, there is no issue. Not sure why.