mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
update docstrings and comments in no transport regression test
This commit is contained in:
parent
bbec47e1e5
commit
2053b6cf1d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
""" Full system test suite. """
|
||||
""" Transport-free depletion test suite """
|
||||
|
||||
from math import floor
|
||||
import shutil
|
||||
|
|
@ -34,7 +34,7 @@ def vol_nuc():
|
|||
|
||||
|
||||
@pytest.mark.parametrize("multiproc", [True, False])
|
||||
def test_full(run_in_tmpdir, vol_nuc, multiproc):
|
||||
def test_no_transport(run_in_tmpdir, vol_nuc, multiproc):
|
||||
"""Transport free system test suite.
|
||||
|
||||
Runs an OpenMC transport-free depletion calculation and verifies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue