Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Oct 23, 2024
1 parent c84e063 commit 23436e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hats/inspection/test_visualize_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_cull_to_fov_subsamples_multiple_orders():

assert culled_dict[0] == (np.array([10]), np.array([1]))
assert culled_dict[5] == (np.array([5]), np.array([2]))
small_pixels, small_pixels_map = ipix[2:], pix_map[2:]
small_pixels_map = pix_map[2:]
small_pixels_converted = ipix[2:] >> (2 * (depth[2:] - depth_res))
small_pixels_argsort = np.argsort(small_pixels_converted)
assert np.all(culled_dict[depth_res][0] == small_pixels_converted[small_pixels_argsort])
Expand Down

0 comments on commit 23436e0

Please sign in to comment.