Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2024
1 parent cda30e4 commit 9371d2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyuvdata/uvbeam/analytic_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ def to_uvbeam(
self,
freq_array: npt.NDArray[np.float],
beam_type: Literal["efield", "power"] = "efield",
pixel_coordinate_system: Literal["az_za", "orthoslant_zenith", "healpix"]
| None = None,
pixel_coordinate_system: (
Literal["az_za", "orthoslant_zenith", "healpix"] | None
) = None,
**kwargs,
):
"""Generate a UVBeam object from an AnalyticBeam object.
Expand Down

0 comments on commit 9371d2c

Please sign in to comment.