mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
dfd4624804
commit
d72978ddf7
1 changed files with 6 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ class ResultsList(list):
|
|||
def get_times(self, time_units="d") -> np.ndarray:
|
||||
"""Return the points in time that define the depletion schedule
|
||||
|
||||
|
||||
.. versionadded:: 0.12.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
time_units : {"s", "d", "h", "min"}, optional
|
||||
|
|
@ -246,6 +249,9 @@ class ResultsList(list):
|
|||
Passing ``atol=math.inf`` and ``rtol=math.inf`` will return
|
||||
the closest index to the requested point.
|
||||
|
||||
|
||||
.. versionadded:: 0.12.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
time : float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue