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