Skip to content

Commit cd7ec0f

Browse files
Update control/passivity.py
Co-authored-by: Ben Greiner <code@bnavigator.de>
1 parent b73e6fe commit cd7ec0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/passivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def is_passive(sys):
2424
'''
2525
if cvx is None:
2626
print("cvxopt required for passivity module")
27-
raise ModuleNotFoundError
27+
raise ModuleNotFoundError("cvxopt required for passivity module")
2828

2929
A = sys.A
3030
B = sys.B

0 commit comments

Comments
 (0)