Updating docstrings

This commit is contained in:
Patrick Shriwise 2022-03-11 15:32:39 -06:00
parent a000921e7c
commit 44a5237d44

View file

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