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 Oct 12, 2023
1 parent 50644d0 commit 8c0e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3656,7 +3656,7 @@ def calc_app_coords(
site_loc = MoonLocation.from_selenodetic(
telescope_loc[1] * (180.0 / np.pi),
telescope_loc[0] * (180.0 / np.pi),
height = telescope_loc[2],
height=telescope_loc[2],
)
else:
site_loc = EarthLocation.from_geodetic(
Expand Down

0 comments on commit 8c0e5f7

Please sign in to comment.