mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update ResultsList.get_eigenvalues docstring
Add mention of the returned uncertainties
This commit is contained in:
parent
c6e65061d1
commit
9da2852031
1 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,9 @@ class ResultsList(list):
|
|||
time : numpy.ndarray
|
||||
Array of times in [s]
|
||||
eigenvalue : numpy.ndarray
|
||||
k-eigenvalue at each time
|
||||
k-eigenvalue at each time. Column 0
|
||||
contains the eigenvalue, while column
|
||||
1 contains the associated uncertainty
|
||||
|
||||
"""
|
||||
time = np.empty_like(self, dtype=float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue