From 8beb82df1563c0a0da268a1b8bbb5930746b09e8 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Fri, 17 May 2024 19:59:50 -0400 Subject: [PATCH] minor: relax max_step --- src/rabifun/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rabifun/system.py b/src/rabifun/system.py index 2efedd6..2978582 100644 --- a/src/rabifun/system.py +++ b/src/rabifun/system.py @@ -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, )