Update openmc/weight_windows.py

This commit is contained in:
Ethan Peterson 2022-10-24 16:49:09 -04:00 committed by GitHub
parent d78433ad3d
commit 7c9a18ddd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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