Skip to content

Commit

Permalink
Fix (unused) storage class in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Nov 21, 2024
1 parent d4721c1 commit 81a3750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_isolatedStarAssociation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81a3750

Please sign in to comment.