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.
This commit is contained in:
Andrew Johnson 2020-03-21 10:07:40 -04:00
parent 44563a30a7
commit eab6042637
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -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.