Skip to content

Commit

Permalink
maint: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Nov 29, 2023
1 parent b8d8026 commit 7de3c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_cal/lstbin_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def lst_average(
# Multiply by nan instead of just setting as nan, so both real and imag parts are nan
meandata[~normalizable] *= np.nan

# While the previous nsamples is different for in-painted and flagged mode, whih is
# While the previous nsamples is different for in-painted and flagged mode, which is
# what we want for the mean, for the std and nsamples we want to treat flags as really
# flagged.
nsamples.mask = flags
Expand Down

0 comments on commit 7de3c49

Please sign in to comment.