mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
less extreme cutoff
This commit is contained in:
parent
fb7e7a78ef
commit
e6222f8272
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stocproc.logging_setup(
|
|||
influence_tolerance=1e-3,
|
||||
driving_process_tolerance=StocProcTolerances(1e-6, 1e-6)
|
||||
)
|
||||
for ω in np.linspace(0.5, 4, 4)
|
||||
for ω in np.linspace(1, 4, 4)
|
||||
]
|
||||
|
||||
aux.integrate_multi(ω_models, 1000)
|
||||
|
|
Loading…
Add table
Reference in a new issue