From eab604263772de069db9b44548a8d54e8fd1d332 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 21 Mar 2020 10:07:40 -0400 Subject: [PATCH] Update TransportOperator.get_results_info docstring The volume entry returned by the canonical Operator is a dictionary of string material ids to volumes. This form is expected by the Result objects in transfer_volumes and when writing attributes to the hdf5 file. --- openmc/deplete/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/deplete/abc.py b/openmc/deplete/abc.py index 31479f9952..ddc48bc4de 100644 --- a/openmc/deplete/abc.py +++ b/openmc/deplete/abc.py @@ -190,7 +190,7 @@ class TransportOperator(ABC): Returns ------- - volume : list of float + volume : dict of str to float Volumes corresponding to materials in burn_list nuc_list : list of str A list of all nuclide names. Used for sorting the simulation.