Update Result.volume docstring: dict of str -> float

This commit is contained in:
Andrew Johnson 2020-03-21 10:11:56 -04:00
parent eab6042637
commit ceaecef45a
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

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