make it int :P

This commit is contained in:
Valentin Boettcher 2022-04-01 09:01:36 +02:00
parent bcbc14ad6f
commit eb2cfce996

View file

@ -53,7 +53,7 @@ k_models = [
ψ_0=qt.basis([2], [0]),
description=f"Find out the convergence behaviour wrt the influence tolerance.",
resolution=0.01,
k_max=k,
k_max=int(k),
truncation_scheme="simplex",
driving_process_tolerance=StocProcTolerances(1e-6, 1e-6)
)