Document purpose for ranges in Results.distribute

This commit is contained in:
Andrew Johnson 2019-08-07 11:32:20 -05:00
parent 4043e02fc7
commit 144aa3a2e3
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -161,6 +161,9 @@ class Results(object):
local_materials : iterable of str
Materials for this process
ranges : iterable of int
Slice-like object indicating indicies of ``local_materials``
in the material dimension of :attr:`data` and each element
in :attr:`rates`
Returns
-------