Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Mar 27, 2024
1 parent a7da54e commit cc56401
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def input_validation(A, rtol=1e-05, atol=1e-08):
* That ``A`` does not contain any NaNs
* That ``A`` is symmetric
.. note:: This function is an adaptation of the of an analogous method in The Walrus.
Args:
A (array): a NumPy array.
rtol (float): the relative tolerance parameter used in ``np.allclose``
Expand Down

0 comments on commit cc56401

Please sign in to comment.