From 7c9a18ddd0b969eafd4fd7a000403c43a522e206 Mon Sep 17 00:00:00 2001 From: Ethan Peterson Date: Mon, 24 Oct 2022 16:49:09 -0400 Subject: [PATCH] Update openmc/weight_windows.py --- openmc/weight_windows.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/weight_windows.py b/openmc/weight_windows.py index 4088cb2d4a..3a9bfff6dd 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -342,7 +342,6 @@ class WeightWindows(IDManagerMixin): survival_ratio = float(get_text(elem, 'survival_ratio')) ww_shape = (len(e_bounds) - 1,) + mesh.dimension[::-1] - print(ww_shape) lower_ww_bounds = np.array(lower_ww_bounds).reshape(ww_shape).T upper_ww_bounds = np.array(upper_ww_bounds).reshape(ww_shape).T