minor: relax max_step

This commit is contained in:
Valentin Boettcher 2024-05-17 19:59:50 -04:00
parent e1ba1d7cfb
commit 8beb82df15

View file

@ -120,7 +120,6 @@ def solve(t: np.ndarray, params: Params):
(np.min(t), np.max(t)),
initial,
vectorized=False,
max_step=0.01 * 2 * np.pi / np.max(abs(runtime.Ωs.real)),
t_eval=t,
)