From 04e7afce2f5853aca71178777d317883aac2cfa9 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Tue, 30 May 2023 07:58:29 -0700 Subject: [PATCH] Add sizeExtendedness to tests --- tests/test_isolatedStarAssociation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_isolatedStarAssociation.py b/tests/test_isolatedStarAssociation.py index e09f8c2ae2..6fe93a856d 100644 --- a/tests/test_isolatedStarAssociation.py +++ b/tests/test_isolatedStarAssociation.py @@ -120,6 +120,7 @@ def _make_simdata(self, ('apFlux_12_0_instFluxErr', 'f4'), ('apFlux_12_0_instFlux_flag', '?'), ('extendedness', 'f4'), + ('sizeExtendedness', 'f4'), ('detect_isPrimary', bool), ('visit', 'i4'), ('detector', 'i4'),