Skip to content

Commit

Permalink
Remove other partition tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 25, 2024
1 parent cc1b6fc commit 019caf1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/test_shells.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
tophat_windows,
volume_weight,
)
from glass.shells import ( # noqa: F401
partition_lstsq,
partition_nnls,
partition_restrict,
)


def test_distance_weight(cosmo: Cosmology) -> None:
Expand Down Expand Up @@ -235,18 +230,6 @@ def test_partition(method: str) -> None:
np.testing.assert_allclose(part.sum(axis=0), np.trapezoid(fz, z))


def test_partition_lstsq() -> None:
"""Add unit tests for :func:`partition_lstsq`."""


def test_partition_nnls() -> None:
"""Add unit tests for :func:`partition_nnls`."""


def test_partition_restrict() -> None:
"""Add unit tests for :func:`partition_restrict`."""


def test_redshift_grid() -> None:
"""Add unit tests for :func:`redshift_grid`."""
zmin = 0
Expand Down

0 comments on commit 019caf1

Please sign in to comment.