From ceaecef45a776d4bb95c8d96b3ed2ae3037ec114 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 21 Mar 2020 10:11:56 -0400 Subject: [PATCH] Update Result.volume docstring: dict of str -> float --- openmc/deplete/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/deplete/results.py b/openmc/deplete/results.py index b44739bc5f..0b6d92d7c9 100644 --- a/openmc/deplete/results.py +++ b/openmc/deplete/results.py @@ -36,7 +36,7 @@ class Results(object): Number of nuclides. rates : list of ReactionRates The reaction rates for each substep. - volume : OrderedDict of int to float + volume : OrderedDict of str to float Dictionary mapping mat id to volume. mat_to_ind : OrderedDict of str to int A dictionary mapping mat ID as string to index.