Skip to content

Commit 0ecc135

Browse files
Apply suggestions from code review
Co-authored-by: Ben Greiner <code@bnavigator.de>
1 parent dc46f3c commit 0ecc135

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: [3.7, 3.9]
1414
slycot: ["", "conda"]
1515
pandas: [""]
16-
cvxopt: ["conda"]
16+
cvxopt: ["", "conda"]
1717
array-and-matrix: [0]
1818
include:
1919
- python-version: 3.9

control/exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ def cvxopt_check():
9595
cvxopt_installed = True
9696
except:
9797
cvxopt_installed = False
98-
return cvxopt_installed
98+
return cvxopt_installed

control/tests/passivity_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import numpy
77
from control import ss, passivity
8-
from sympy import Matrix
98
from control.tests.conftest import cvxoptonly
109

1110
@cvxoptonly

0 commit comments

Comments
 (0)