From 7de3c49e071c22e9a2b88372d22e57319ee2c9e6 Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Wed, 29 Nov 2023 09:53:41 +0100 Subject: [PATCH] maint: typo in comment --- hera_cal/lstbin_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hera_cal/lstbin_simple.py b/hera_cal/lstbin_simple.py index 634450602..b4f502e3d 100644 --- a/hera_cal/lstbin_simple.py +++ b/hera_cal/lstbin_simple.py @@ -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