From b02dcbd42846f0ed0bf51df806bc583b3c355e2d Mon Sep 17 00:00:00 2001 From: yardasol Date: Thu, 7 Jul 2022 15:26:26 -0500 Subject: [PATCH] update docstring for no-transport depletion test --- .../regression_tests/deplete/no_transport_deplete/test.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/regression_tests/deplete/no_transport_deplete/test.py b/tests/regression_tests/deplete/no_transport_deplete/test.py index 3fb2bf7f2..51402dd60 100644 --- a/tests/regression_tests/deplete/no_transport_deplete/test.py +++ b/tests/regression_tests/deplete/no_transport_deplete/test.py @@ -35,11 +35,10 @@ def vol_nuc(): @pytest.mark.parametrize("multiproc", [True, False]) def test_full(run_in_tmpdir, vol_nuc, multiproc): - """Full system test suite. + """Transport free system test suite. - Runs an OpenMC depletion calculation and verifies - that the outputs match a reference file. Sensitive to changes in - OpenMC. + Runs an OpenMC transport-free depletion calculation and verifies + that the outputs match a reference file. """