mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 10:01:43 -05:00
make it int :P
This commit is contained in:
parent
bcbc14ad6f
commit
eb2cfce996
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue