From d97793783ce14712e98d10af03fba3bb95c72a71 Mon Sep 17 00:00:00 2001 From: lluism Date: Sun, 28 Jul 2024 16:20:03 -0700 Subject: [PATCH] fix test --- frb/tests/test_frbgalaxies.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frb/tests/test_frbgalaxies.py b/frb/tests/test_frbgalaxies.py index e2e84cd1..78310938 100644 --- a/frb/tests/test_frbgalaxies.py +++ b/frb/tests/test_frbgalaxies.py @@ -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)