Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 20, 2024
1 parent 2d89811 commit f8e3bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_redmapper_randoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def test_redmapper_randoms(self):

# The distribution was confirmed on a bigger set; this just wants a quick
# check that the numbers match
testing.assert_array_almost_equal(rands.ra[: 3], [140.260907, 140.920711])
testing.assert_array_almost_equal(rands.dec[: 3], [65.888083, 66.033431])
testing.assert_array_almost_equal(rands.ra[: 2], [140.260907, 140.920711])
testing.assert_array_almost_equal(rands.dec[: 2], [65.888083, 66.033431])
testing.assert_array_almost_equal(rands.z[: 2], [0.221394, 0.382162])
testing.assert_array_almost_equal(rands.Lambda[: 2], [22.093416, 35.16693])

Expand Down

0 comments on commit f8e3bc0

Please sign in to comment.