From 315a4fb2d10d2cb7e192732d3c845a7c24cb11b4 Mon Sep 17 00:00:00 2001 From: Ian Czekala Date: Mon, 2 Dec 2024 20:39:09 +0000 Subject: [PATCH] fix linter error. --- test/images_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images_test.py b/test/images_test.py index b6615415..7d300b5b 100644 --- a/test/images_test.py +++ b/test/images_test.py @@ -76,7 +76,7 @@ def test_basecube_imagecube(coords, tmp_path): imagecube(basecube()) fig, ax = plt.subplots(ncols=1) - im = ax.imshow( + ax.imshow( np.squeeze(imagecube.sky_cube.detach().numpy()), extent=imagecube.coords.img_ext, origin="lower",