Update ResultsList.get_eigenvalues docstring

Add mention of the returned uncertainties
This commit is contained in:
Andrew Johnson 2019-07-03 08:02:03 -05:00
parent c6e65061d1
commit 9da2852031
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

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