Skip to content

Commit 23436e0

Browse files
committed
lint
1 parent c84e063 commit 23436e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hats/inspection/test_visualize_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_cull_to_fov_subsamples_multiple_orders():
279279

280280
assert culled_dict[0] == (np.array([10]), np.array([1]))
281281
assert culled_dict[5] == (np.array([5]), np.array([2]))
282-
small_pixels, small_pixels_map = ipix[2:], pix_map[2:]
282+
small_pixels_map = pix_map[2:]
283283
small_pixels_converted = ipix[2:] >> (2 * (depth[2:] - depth_res))
284284
small_pixels_argsort = np.argsort(small_pixels_converted)
285285
assert np.all(culled_dict[depth_res][0] == small_pixels_converted[small_pixels_argsort])

0 commit comments

Comments
 (0)