Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lluism committed Jul 28, 2024
1 parent 49737ec commit d977937
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frb/tests/test_frbgalaxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,5 @@ def test_pzdm_telescopes():
assert PDM_z.shape == (1000, 500)


# Load the perfect grid
sdict = prob_dmz.grab_repo_grid('PDM_z_perfect.npz')
PDM_z = sdict['PDM_z']
z = sdict['z']
DM = sdict['DM']

# Test
assert len(z) == 200
assert len(DM) == 1000
assert PDM_z.shape == (1000, 200)

0 comments on commit d977937

Please sign in to comment.