bd-j / prospector

Python code for Stellar Population Inference from Spectra and SEDs
http://prospect.readthedocs.io
MIT License
153 stars 71 forks source link

conda_install.sh does not have name argument #288

Closed kpandey2000 closed 1 year ago

kpandey2000 commented 1 year ago

Hi! I was setting up a conda environment using the provided conda_install.sh and found that there was no "name" tag in the .yml file nor a name positional argument in the .sh file. The installation tutorial (https://github.com/bd-j/prospector/blob/main/doc/installation.rst) does seem to have the proper argument in the .sh file, however.

Would it be possible to add the correct "name" argument in line 15 of conda_install.sh? Thanks!