mirror of
https://github.com/vale981/fibre_walk_project_code
synced 2025-03-05 09:51:39 -05:00
minor: relax max_step
This commit is contained in:
parent
e1ba1d7cfb
commit
8beb82df15
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue