Closed bhazelton closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5bc255a
) 99.49% compared to head (b20be8b
) 99.50%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This fixes some things that break in a pending pyuvdata PR (https://github.com/RadioAstronomySoftwareGroup/pyuvdata/pull/1378).
For now, this just makes sure we track
freq_interp_kind
on the BeamList object and either set it on the object or pass it to theinterp
functions depending on the version of pyuvdata (assessed by whether the attribute exists on UVBeam).Long term, once we require a version of pyuvdata that doesn't have it as an attribute, I think we can entirely remove the
uvb_params
handling intelescope.py
which will clean up that code substantially.Motivation and Context
Types of changes
Checklist:
For all pull requests:
Bug fix checklist: