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 rudimentary readiness test script #88

Closed aphearin closed 8 months ago

aphearin commented 8 months ago

This command-line script checks for NaNs and prints min/max values for the collection of healpixels produced by write_mock_to_disk.py. The script directly ingests the hdf5 files and is independent from the reader.

CC @evevkovacs

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (034757f) 59.70% compared to head (c2e44c2) 59.70%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ======================================= Coverage 59.70% 59.70% ======================================= Files 93 93 Lines 6587 6587 ======================================= Hits 3933 3933 Misses 2654 2654 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.