Skip to content

Commit 6e3e3cf

Browse files
committed
Update add_psd_matrix docstring
1 parent 8482ffd commit 6e3e3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PEPit/pep.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def add_psd_matrix(self, matrix):
144144
145145
Raises:
146146
AssertionError: if provided matrix is not a square matrix.
147+
TypeError: if provided matrix does not contain only Expressions.
147148
148149
"""
149150

0 commit comments

Comments
 (0)