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

Remove the pending deprecation warning for achromatic gaussian beams #441

Closed bhazelton closed 5 months ago

bhazelton commented 6 months ago

Description

Remove the deprecation warning on using sigma to define gaussian beams. Analytic beams will move to pyuvdata soon and will retain this functionality, so no deprecation is needed.

Motivation and Context

Types of changes

Checklist:

For all pull requests:

Documentation change checklist:

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (3fcdb14) 99.50% compared to head (48f999a) 99.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #441 +/- ## ========================================== - Coverage 99.50% 99.50% -0.01% ========================================== Files 12 12 Lines 2210 2208 -2 ========================================== - Hits 2199 2197 -2 Misses 11 11 ```

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

jpober commented 5 months ago

@bhazelton review is complete, but the changelog has a conflict. If you can update, I can re-approve

bhazelton commented 5 months ago

@jpober done, thanks!

bhazelton commented 5 months ago

@jpober sorry, I had to make a couple more fixes because of pytest 8 dropping. It was actually good, it pointed to some warnings filters I'd missed. I also discovered some things I'd missed in #442, so I fixed those too.