LSSTDESC / descwl_coadd

Tools for coadding using the LSST DM software stack
GNU General Public License v3.0
2 stars 2 forks source link

initial commits, including test skeleton #1

Closed esheldon closed 4 years ago

esheldon commented 4 years ago

@beckermr you said I should ask you about using the stack in travis

beckermr commented 4 years ago

Yup. Can you add me with full access rights to this repo?

esheldon commented 4 years ago

done now, sorry about that, I meant to do so initially.

beckermr commented 4 years ago

Alright, let's wait on this CI job. I setup travis to cache the stackvana install. If this works, then it should save us a ton of CI time since pulling down stackvana and installing it takes a ton of tim.

beckermr commented 4 years ago

The caching itself might be slow OFC, but I am hoping this is a better solution. We shall see!

esheldon commented 4 years ago

looks like retrieving the cache stalled (took more than 20 minutes)

beckermr commented 4 years ago

Ahhh crap. I guess we should try without.

beckermr commented 4 years ago

Alright. The failure is flake8. I guess we should rebuild the env each time.