try longer times

This commit is contained in:
Valentin Boettcher 2022-02-09 11:45:07 +01:00
parent 21580e60a7
commit c2c90afcca

View file

@ -125,11 +125,11 @@ def make_config(
return params
params = make_config(
max_HO_level=8,
max_HO_level=5,
bcf_terms=4,
t_max=30,
k_fac=1.8,
sp_tol=1e-6,
t_max=50,
k_fac=1.3,
sp_tol=1e-5,
bcf_scale=[.3, .3],
T=.2
)