LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Replace testpypi with pypi #257

Closed heather999 closed 3 years ago

heather999 commented 3 years ago

We might be ready to use PyPI after testing with testpypi. I pip installed 2.0.0.dev0 from testpypi at NERSC and used it as part of the desc-python installation. I ran through the 7 notebooks in snmachine/examples. No major problems. I see a consistent warning about pymultinest, which seems to be optional (see below). Otherwise I think this is all set. I've updated to GH action workflow to upload to PyPI - so the next tag on this repo will make a release on PyPI. Once that is done, I can add snmachine to desc-python.

No module named 'pymultinest'

                PyMultinest not found. If you would like to use, please install
                Mulitnest with 'sh install/multinest_install.sh; source
                install/setup.sh'

IMPORTANT: Please create an issue first before opening a Pull Request. Linked to issue(s): put link here

Type of change

Please delete options that are not relevant.

What changes were proposed in this pull request?

How is the issue this PR is referenced against solved with this PR?

How was this patch tested?

Final Checklist: