Skip to content

Commit 7fe9d4e

Browse files
committed
Import numpy for symbol np.array
Symbol reference in lambda which is never called.
1 parent 36d5e8a commit 7fe9d4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

control/tests/kwargs_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
import pytest
1717

18+
import numpy as np
19+
1820
import control
1921
import control.flatsys
2022
import control.tests.descfcn_test as descfcn_test

0 commit comments

Comments
 (0)