From f1ce0913b3045c132cf9a92f5270c8644d1c6e17 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 18 Apr 2023 15:37:07 +0100 Subject: [PATCH] remove comment --- openmc/universe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/universe.py b/openmc/universe.py index 6863511f8a..3ad17778e6 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -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",