Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox authored and steven-murray committed Sep 9, 2024
1 parent b73180b commit 283dda3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pyuvdata/uvbeam/uvbeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,10 @@ def interp(
az_array_use = hpx_lon.radian

extra_keyword_dict = {}
if interp_func in ["_interp_az_za_rect_spline", "_interp_az_za_map_coordinates"]:
if interp_func in [
"_interp_az_za_rect_spline",
"_interp_az_za_map_coordinates",
]:
extra_keyword_dict["reuse_spline"] = reuse_spline
extra_keyword_dict["spline_opts"] = spline_opts
extra_keyword_dict["check_azza_domain"] = check_azza_domain
Expand Down

0 comments on commit 283dda3

Please sign in to comment.