We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03091 commit b0f9e9eCopy full SHA for b0f9e9e
1 file changed
control/timeresp.py
@@ -2178,7 +2178,6 @@ def _ideal_tfinal_and_dt(sys, is_step=True):
2178
t_emp = np.max(log_decay_percent / np.abs((np.log(p_nr)/dt).real))
2179
tfinal = max(tfinal, t_emp)
2180
# discrete integrators
2181
-
2182
m_int = (p.real - 1 < sqrt_eps) & (np.abs(p.imag) < sqrt_eps)
2183
p_int, p = p[m_int], p[~m_int]
2184
# pure oscillatory modes
0 commit comments