Skip to content

Commit

Permalink
Should be fixed (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Nov 14, 2024
1 parent 37bbb79 commit 0e72af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lsdb/catalog/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def test_head_empty_catalog(small_sky_order1_catalog):
assert len(empty_catalog.head()) == 0


@pytest.mark.skip(reason="lincc-frameworks/nested-pandas#174")
def test_query(small_sky_order1_catalog):
expected_ddf = small_sky_order1_catalog._ddf.copy()[
(small_sky_order1_catalog._ddf["ra"] > 300) & (small_sky_order1_catalog._ddf["dec"] < -50)
Expand Down

0 comments on commit 0e72af7

Please sign in to comment.