From a2f1a2fd59a78d264ff12e4a25598f4b6e4d212d Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Thu, 24 Dec 2020 15:51:00 -0500 Subject: [PATCH] Update tests/regression_tests/deplete/test.py Co-authored-by: Andrew Johnson --- tests/regression_tests/deplete/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression_tests/deplete/test.py b/tests/regression_tests/deplete/test.py index a05cb13b67..a91b6e53da 100644 --- a/tests/regression_tests/deplete/test.py +++ b/tests/regression_tests/deplete/test.py @@ -132,9 +132,9 @@ def test_full(run_in_tmpdir, problem, multiproc): # Check that no additional tallies are loaded from the files assert np.all(n_tallies == 0) -# Checks openmc.Materials objects can be created from depletion results -def test_depletion_results_to_material(run_in_tmpdir, problem): +def test_depletion_results_to_material(run_in_tmpdir, problem): + """Checks openmc.Materials objects can be created from depletion results""" # Load the reference/test results path_reference = Path(__file__).with_name('test_reference.h5') res_ref = openmc.deplete.ResultsList.from_hdf5(path_reference)