Skip to content

Commit d65f1d2

Browse files
author
Mark
committed
Remove duplicate "print" statement.
1 parent cd7ec0f commit d65f1d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

control/passivity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def is_passive(sys):
2323
"Demonstrating passivity and dissipativity using computational methods." ISIS 8 (2013).
2424
'''
2525
if cvx is None:
26-
print("cvxopt required for passivity module")
2726
raise ModuleNotFoundError("cvxopt required for passivity module")
2827

2928
A = sys.A

0 commit comments

Comments
 (0)