From 16b955f690067d74779aeb7e968f62f7cbb629cc Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 31 May 2023 19:25:26 -0500 Subject: [PATCH] Fix docstring for MicroXS class (#2540) --- openmc/deplete/microxs.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openmc/deplete/microxs.py b/openmc/deplete/microxs.py index 7f3a84bf66..67f6bf49d3 100644 --- a/openmc/deplete/microxs.py +++ b/openmc/deplete/microxs.py @@ -37,8 +37,9 @@ class MicroXS(DataFrame): dilute_initial=1.0e3, energy_bounds=(0, 20e6), run_kwargs=None): - """Generate a one-group cross-section dataframe using - OpenMC. Note that the ``openmc`` executable must be compiled. + """Generate a one-group cross-section dataframe using OpenMC. + + Note that the ``openmc`` executable must be compiled. Parameters ---------- @@ -55,8 +56,6 @@ class MicroXS(DataFrame): Initial atom density [atoms/cm^3] to add for nuclides that are zero in initial condition to ensure they exist in the cross section data. Only done for nuclides with reaction rates. - reactions : list of str, optional - Reaction names to tally energy_bound : 2-tuple of float, optional Bounds for the energy group. run_kwargs : dict, optional