Skip to content

Commit

Permalink
gh-271: add tests for glass.observations
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 18, 2024
1 parent d6c8cdb commit 8e59628
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/test_observations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
def test_vmap_galactic_ecliptic() -> None:
"""_summary_."""


def test_gaussian_nz() -> None:
"""_summary_."""


def test_smail_nz() -> None:
"""_summary_."""


def test_fixed_zbins() -> None:
"""_summary_."""


def test_equal_dens_zbins() -> None:
"""_summary_."""


def test_tomo_nz_gausserr() -> None:
"""_summary_."""

0 comments on commit 8e59628

Please sign in to comment.