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
42 stars 7 forks source link

More test coverage and other cleanup #450

Closed bhazelton closed 8 months ago

bhazelton commented 9 months ago

Description

I thought I'd added coverage for all the easy to cover lines in #449 but after it was merged I found that there were still some lines missing in simsetup.py. This PR does several things (sorry!):

Motivation and Context

closes #319

Types of changes

Checklist:

For all pull requests:

Build or continuous integration change checklist:

Documentation change checklist:

codecov[bot] commented 9 months ago

Codecov Report

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

Project coverage is 99.86%. Comparing base (80b9f6a) to head (7d989d8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #450 +/- ## ========================================== + Coverage 99.68% 99.86% +0.17% ========================================== Files 12 12 Lines 2235 2235 ========================================== + Hits 2228 2232 +4 + Misses 7 3 -4 ```

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