Skip to content

Commit b1f54c8

Browse files
committed
typo fixed in margins
1 parent e201c3a commit b1f54c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/margins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def dstab(w):
196196
# vector for this
197197
PM = np.angle(sys.evalfr(wc)[0][0], deg=True) + 180
198198
GM = 1/(np.abs(sys.evalfr(w_180)[0][0]))
199-
SM = np.abs(sys.evalfr(wstab)[0][0])+1)
199+
SM = np.abs(sys.evalfr(wstab)[0][0]+1)
200200

201201
if returnall:
202202
return GM, PM, SM, wc, w_180, wstab

0 commit comments

Comments
 (0)