remove comment

This commit is contained in:
Jonathan Shimwell 2023-04-18 15:37:07 +01:00 committed by GitHub
parent ffaea61874
commit f1ce0913b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -417,7 +417,7 @@ class Universe(UniverseBase):
]
axes.contour(
image_value, #combined_rgb.reshape(img.shape[0], img.shape[1]),
image_value,
origin="upper",
colors="k",
linestyles="solid",