RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

Add CI to check for unhandled warnings in tests #391

Closed bhazelton closed 2 years ago

bhazelton commented 2 years ago

Description

Check so that we don't accumulate unhandled warnings and new warnings do not go unnoticed.

Motivation and Context

closes #389

Types of changes

Checklist:

For all pull requests:

Build or continuous integration change checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #391 (c1da2f4) into main (ca7ec44) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #391   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          13       13           
  Lines        2094     2094           
=======================================
  Hits         2080     2080           
  Misses         14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca7ec44...c1da2f4. Read the comment docs.