mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
update docstring for no-transport depletion test
This commit is contained in:
parent
5963593398
commit
b02dcbd428
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue