From d3a77d29f21abd965c89560119e2bd811ebf9898 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:14:31 -0500 Subject: [PATCH] Should be fixed --- tests/lsdb/catalog/test_catalog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lsdb/catalog/test_catalog.py b/tests/lsdb/catalog/test_catalog.py index 4e651d2f..c2648a2e 100644 --- a/tests/lsdb/catalog/test_catalog.py +++ b/tests/lsdb/catalog/test_catalog.py @@ -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)