Skip to content

Commit

Permalink
Merge pull request #493 from astronomy-commons/nested-dask-v0.3.0
Browse files Browse the repository at this point in the history
Update nested-dask to v0.3.0
  • Loading branch information
hombit authored Nov 7, 2024
2 parents 5015b9b + b0bc8a3 commit 10de44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"deprecated",
"hats>=0.4.2",
"lsst-sphgeom", # To handle spherical sky polygons
"nested-dask",
"nested-dask>=0.3.0",
"nested-pandas",
"pyarrow",
"scipy", # kdtree
Expand Down Expand Up @@ -87,4 +87,4 @@ omit=["src/lsdb/_version.py"]

[tool.mypy]
plugins = "pydantic.mypy"
disable_error_code = ["operator"]
disable_error_code = ["operator"]
1 change: 1 addition & 0 deletions tests/lsdb/catalog/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ 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 10de44d

Please sign in to comment.