Skip to content

Commit

Permalink
update sky test
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Oct 11, 2018
1 parent 1ac31cb commit c75b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitarget/test/test_mock_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_shapes_and_fluxes(self):

def test_sky(self):
nside = 256
ra, dec = random_sky(nside)
ra, dec, pix = random_sky(nside, allsky=False)
self.assertEqual(len(ra), len(dec))
surveypix = desimodel.footprint.tiles2pix(nside)
theta = np.radians(90 - dec)
Expand Down

0 comments on commit c75b49e

Please sign in to comment.