From 7cb8ec3d726c5b55599007b7cdc3d465d78ade89 Mon Sep 17 00:00:00 2001 From: Garrett 'Karto' Keating Date: Wed, 20 Mar 2024 14:03:18 -0400 Subject: [PATCH] Adding additional note in test docstring. --- pyuvdata/uvdata/tests/test_mir_parser.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyuvdata/uvdata/tests/test_mir_parser.py b/pyuvdata/uvdata/tests/test_mir_parser.py index 9fd888298c..efe13eab84 100644 --- a/pyuvdata/uvdata/tests/test_mir_parser.py +++ b/pyuvdata/uvdata/tests/test_mir_parser.py @@ -2238,8 +2238,10 @@ def test_mir_remember_me_sp_data(mir_data): Mir sp_read checker. Make sure that certain values in the sp_read file of the test data set match what - we know to be 'true' at the time of observations, including that spare values are - stored as zero. + we know to be 'true' at the time of observations. This includes values that were + spare at time of observation (and thus stored as zero), but have since been assigned + in subsequent versions. The primary goal in this case is to ensure that all keys + in the dtype exist as currently expected. """ # Now check sp_read assert np.all(mir_data.sp_data["sphid"] == np.arange(1, 21))