Skip to content

Commit

Permalink
fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 2, 2024
1 parent 4041caa commit 315a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/images_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 315a4fb

Please sign in to comment.