Skip to content

Commit b0f9e9e

Browse files
authored
Removed blank line
1 parent 0d03091 commit b0f9e9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

control/timeresp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,6 @@ def _ideal_tfinal_and_dt(sys, is_step=True):
21782178
t_emp = np.max(log_decay_percent / np.abs((np.log(p_nr)/dt).real))
21792179
tfinal = max(tfinal, t_emp)
21802180
# discrete integrators
2181-
21822181
m_int = (p.real - 1 < sqrt_eps) & (np.abs(p.imag) < sqrt_eps)
21832182
p_int, p = p[m_int], p[~m_int]
21842183
# pure oscillatory modes

0 commit comments

Comments
 (0)