From 81a375010a34a3279a6f9563047480e85ba1819a Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Thu, 21 Nov 2024 16:51:20 -0500 Subject: [PATCH] Fix (unused) storage class in test. --- tests/test_isolatedStarAssociation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_isolatedStarAssociation.py b/tests/test_isolatedStarAssociation.py index 3f149416d..5be01991b 100644 --- a/tests/test_isolatedStarAssociation.py +++ b/tests/test_isolatedStarAssociation.py @@ -187,7 +187,7 @@ def _make_simdata(self, table['normCompTophatFlux_instFlux'][0] = 1.0 tbl = astropy.table.Table(table) - handles.append(lsst.pipe.base.InMemoryDatasetHandle(tbl, storageClass="DataFrame")) + handles.append(lsst.pipe.base.InMemoryDatasetHandle(tbl, storageClass="ArrowAstropy")) id_counter += nstar visit_counter += 1