From 44a5237d44f82b16d41e4ebbd7ebbd7126e1ad4b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 11 Mar 2022 15:32:39 -0600 Subject: [PATCH] Updating docstrings --- openmc/weight_windows.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openmc/weight_windows.py b/openmc/weight_windows.py index 36c3932fc..238678ed7 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -76,12 +76,12 @@ class WeightWindows(IDManagerMixin): Number of energy bins lower_ww_bounds : numpy.ndarray of float An array of values for which each value is the lower bound of a weight - window. Shape: (ni, nj, nk, num_energy_bins) for StructuredMesh; (-1, - num_energy_bins) for UnstructuredMesh + window. Shape: (ni, nj, nk, num_energy_bins) for StructuredMesh; + (num_elements, num_energy_bins) for UnstructuredMesh upper_ww_bounds : numpy.ndarray of float An array of values for which each value is the upper bound of a weight - window. Shape: (ni, nj, nk, num_energy_bins) for StructuredMesh; (-1, - num_energy_bins) for UnstructuredMesh + window. Shape: (ni, nj, nk, num_energy_bins) for StructuredMesh; + (num_elements, num_energy_bins) for UnstructuredMesh survival_ratio : float Ratio of the survival weight to the lower weight window bound for rouletting