We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f30018 commit c498d3dCopy full SHA for c498d3d
control/tests/phaseplot_test.py
@@ -56,6 +56,8 @@ def testOscillatorParams(self):
56
def testNoArrows(self):
57
# Test case from aramakrl that was generating a type error
58
# System does not have arrows
59
+ # cf. issue #96,
60
+ # https://github.com/python-control/python-control/issues/96
61
def d1(x1x2,t):
62
x1,x2 = x1x2
63
return np.array([x2, x2 - 2*x1])
0 commit comments