LSSTDESC / lsstdesc-diffsky

Library for differentiable generation of synthetic skies for LSST DESC
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add monthly cron testing for possible deprecation warnings #102

Closed aphearin closed 5 months ago

aphearin commented 5 months ago

This PR brings in a new CI testing workflow that runs automatically every month as a cron job. This workflow is different from our standard tests.yml because any warning raised during the execution of the test suite will be treated as a test failure. This CI cron thus notifies us whenever upstream changes in JAX, numpy, etc., impact our source code.