astropy / SPISEA

Stellar Population Synthesis Modeling
https://spisea.readthedocs.io/en/stable/index.html
64 stars 32 forks source link

filt_func directory not being copied into the egg file #4

Closed GailZasowski closed 4 years ago

GailZasowski commented 6 years ago

Hi,

Our IT team and I noticed that the filt_func/ directory isn't being copied into the egg file (we were using popstar-0.0.dev282-py2.7.egg/). We were able to add it manually and everything seemed to work fine after that.

Cheers, Gail

jluastro commented 6 years ago

Thanks, we will look into fixing that. We probably need to register it somehow in the setup file.

jluastro commented 6 years ago

FYI, you can run the whole thing just by adding PopStar/ to your pythonpath as well.

GailZasowski commented 6 years ago

Thanks! Everything runs now (as far as I can tell), this is great!