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 6 forks source link

Prevent an annoying warning when initializing beam lists #461

Closed bhazelton closed 1 month ago

bhazelton commented 2 months ago

Description

Clean up a nearly-ubiquitous warning that wasn't helpful.

Motivation and Context

Constant warnings that aren't important train users to ignore warnings, which isn't ideal.

Types of changes

Checklist:

For all pull requests:

Bug fix checklist:

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (27d6c61) to head (b729fa6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #461 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 2174 2174 ========================================= Hits 2174 2174 ```

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